HTML屬性標(biāo)簽1
<marquee>...</marquee>普通卷動(dòng)
<marquee behavior=slide>...</marquee>滑動(dòng)
<marquee behavior=scroll>...</marquee>預(yù)設(shè)卷動(dòng)
<marquee behavior=alternate>...</marquee>來回卷動(dòng)
<marquee direction=down>...</marquee>向下卷動(dòng)
<marquee direction=up>...</marquee>向上卷動(dòng)
<marquee direction=right></marquee>向右卷動(dòng)
<marquee direction=’left’></marquee>向左卷動(dòng)
<marquee loop=2>...</marquee>卷動(dòng)次數(shù)
<marquee width=180>...</marquee>設(shè)定寬度
<marquee height=30>...</marquee>設(shè)定高度
<marquee bgcolor=FF0000>...</marquee>設(shè)定背景顏色
<marquee scrollamount=30>...</marquee>設(shè)定滾動(dòng)速度
<marquee scrolldelay=300>...</marquee>設(shè)定卷動(dòng)時(shí)間
<marquee onm ouseover="this.stop()">...</marquee>鼠標(biāo)經(jīng)過上面時(shí)停止?jié)L動(dòng)
<marquee onm ouseover="this.start()">...</marquee>鼠標(biāo)離開時(shí)開始滾動(dòng)
<!>字體效果
<h1>...</h1>標(biāo)題字(最大)
<h6>...</h6>標(biāo)題字(最小)
<b>...</b>粗體字
<strong>...</strong>粗體字(強(qiáng)調(diào)) (同上效果略同)
<i>...</i>斜體字
<em>...</em>斜體字(強(qiáng)調(diào))
<dfn>...</dfn>斜體字(表示定義)
<u>...</u>底線
<ins>...</ins>底線(表示插入文字)
<strike>...</strike>橫線
<s>...</s>刪除線
<del>...</del>刪除線(表示刪除)
<kbd>...</kbd>鍵盤文字
<tt>...</tt> 打字體
<xmp>...</xmp>固定寬度字體(在文件中空白、換行、定位功能有效)
<plaintext>...</plaintext>固定寬度字體(不執(zhí)行標(biāo)記符號(hào))
<listing>...</listing> 固定寬度小字體
<font color=00ff00>...</font>字體顏色
<font size=1>...</font>最小字體
<font style =’font-size:100 px’>...</font>無限增大
區(qū)斷標(biāo)記
<hr>水平線
<hr size=’9’>水平線(設(shè)定大小)
<hr width=’80%’>水平線(設(shè)定寬度)
<hr color=’ff0000’>水平線(設(shè)定顏色)
<br>(換行)
<nobr>...</nobr>水域(不換行)
<p>...</p>水域(段落)
<center>...</center>置中
<!>連結(jié)格式
<base href=位址>(預(yù)設(shè)好連結(jié)路徑)
<a href=位址></a>外部連結(jié)
<a href=位址 target=’_blank’></a>外部連結(jié)(另開新視窗)
<a href=位址 target=’_top’></a>外部連結(jié)(全視窗連結(jié))
<a href=位址 target=’頁框名’></a>外部連結(jié)(在指定頁框連結(jié))
<!>貼圖/音樂
<img src=圖片位址>貼圖
<img src=圖片位址 width=’180’>設(shè)定圖片寬度
<img src=圖片位址 height=’30’>設(shè)定圖片高度
<img src=圖片位址 alt=’提示文字’>設(shè)定圖片提示文字
<img src=圖片位址’ border=’1’>設(shè)定圖片邊框
<bgsound src=MID音樂檔位址>背景音樂設(shè)定
點(diǎn)擊加載更多評(píng)論>>