- 1、本文档共99页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
太原理工大学Web程序设计基础-第二章HTML
* 具有导航功能的frame html head titlejump/title /head body a href=link.htm target=shownameLink without Anchor/a br a href=link.htm#C10 target=shownameLink with Anchor/a /body /html jump.htm * html head titlelink/title /head body h1Chapter 1/h1This Chapter explains ba bla bla h1Chapter 2/h1This Chapter explains ba bla bla h1Chapter 3/h1This Chapter explains ba bla bla h1Chapter 4/h1This Chapter explains ba bla bla h1Chapter 5/h1This Chapter explains ba bla bla h1Chapter 6/h1This Chapter explains ba bla bla h1Chapter 7/h1This Chapter explains ba bla bla h1Chapter 8/h1This Chapter explains ba bla bla h1Chapter 9/h1This Chapter explains ba bla bla a name=#C10h1Chapter 10/h1/a This Chapter explains ba bla bla h1Chapter 11/h1This Chapter explains ba bla bla h1Chapter 12/h1This Chapter explains ba bla bla /body /html link.htm * 会移动的文字 基本语法 marquee ……/marquee html body marquee 啦啦啦,我会移动 /marquee /body /html Example45.html * 会移动的文字 marqueetag的属性 文字移动属性direction 属性值left, right ,up.down 文字移动方式behavior 属性值scroll, slide, alternate 循环次数loop 若未指定则循环不止(infinite) * html body marquee direction=left啦啦啦,我从右往左移!/marqueep marquee direction=right啦啦啦,我从左往右移!/marquee marquee behavior=scroll啦啦啦,我一圈一圈绕着走!/marqueep marquee behavior=slide啦啦啦,我只走一次就歇了!/marqueep marquee behavior=alternate啦啦啦,我来回走耶!/marquee marquee loop=3 width=50% behavior=scroll啦啦啦,我只走3趟哟!/marqueep marquee loop=3 width=50% behavior=slide啦啦啦,我只走3趟哟!/marqueep marquee loop=3 width=50% behavior=alternate啦啦啦,我只走3趟哟!/marquee /body /html Example46.html * * Example47.html html body marquee onmouseover=this.stop() onmouseout=this.start() scrollAmount=1 scrollDelay=60 direction=up width=150 height=200 活动字幕内容第一行br 活动字幕内容第二行br 活动字幕内容第三行br /marquee /body /html * Empty Cells in a Table Tabl
文档评论(0)