1. 程式人生 > >HTML5余下標簽

HTML5余下標簽

left html5 參數 pin width day embed pac amp

圖形標記:《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》

HTML5余下標簽