HTML5余下标签

图形标记:《img /》
例:参数《img src=图片地址" width="100" height="100" border="1" align="left"
alt="图片" /》

框架标记:《frameset></frameset》
例:《frameset cols="50%,*"》
<frame name="hello" src="OneDay.html"/>
<frame name="hi" src="TwoDay.html"/>
《/frameset》

链接标记:       《a></a》
例:《a href="index.html" name="hello" target="_top"> </a》

多媒体标记:《bgsound》用于插入背景音乐,只适用于ie浏览器
《embed》用于浏览器种类较多,参数:《bgsound  src=“http://www.kugou.com/song/#hash=004012B4B4CE5CD8FE7C073600E9A637&album_id=7090719" autostart="true" hidden="false" loop="1" align="center" width="" height="" /》

弹幕滚动标记:《marquee》
例:《marquee behavior="scroll" direction="left" bgcolor="#CCCCCC" height="30"
            width="150" hspace="0" vspace="0" loop="inpinite" scrollamount="30"
            scrolldelay="500">hello</marquee》

猜你喜欢

转载自blog.51cto.com/13881481/2150584
今日推荐