HTML屬性標簽1
<marquee>...</marquee>普通卷動
<marquee behavior=slide>...</marquee>滑動
<marquee behavior=scroll>...</marquee>預(yù)設(shè)卷動
<marquee behavior=alternate>...</marquee>來回卷動
<marquee direction=down>...</marquee>向下卷動
<marquee direction=up>...</marquee>向上卷動
<marquee direction=right></marquee>向右卷動
<marquee direction=’left’></marquee>向左卷動
<marquee loop=2>...</marquee>卷動次數(shù)
<marquee width=180>...</marquee>設(shè)定寬度
<marquee height=30>...</marquee>設(shè)定高度
<marquee bgcolor=FF0000>...</marquee>設(shè)定背景顏色
<marquee scrollamount=30>...</marquee>設(shè)定滾動速度
<marquee scrolldelay=300>...</marquee>設(shè)定卷動時間
<marquee onm ouseover="this.stop()">...</marquee>鼠標經(jīng)過上面時停止?jié)L動
<marquee onm ouseover="this.start()">...</marquee>鼠標離開時開始滾動
<!>字體效果
<h1>...</h1>標題字(最大)
<h6>...</h6>標題字(最小)
<b>...</b>粗體字
<strong>...</strong>粗體字(強調(diào)) (同上效果略同)
<i>...</i>斜體字
<em>...</em>斜體字(強調(diào))
<dfn>...</dfn>斜體字(表示定義)
<u>...</u>底線
<ins>...</ins>底線(表示插入文字)
<strike>...</strike>橫線
<s>...</s>刪除線
<del>...</del>刪除線(表示刪除)
<kbd>...</kbd>鍵盤文字
<tt>...</tt> 打字體
<xmp>...</xmp>固定寬度字體(在文件中空白、換行、定位功能有效)
<plaintext>...</plaintext>固定寬度字體(不執(zhí)行標記符號)
<listing>...</listing> 固定寬度小字體
<font color=00ff00>...</font>字體顏色
<font size=1>...</font>最小字體
<font style =’font-size:100 px’>...</font>無限增大
區(qū)斷標記
<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è)定
點擊加載更多評論>>