標籤
,
屬性名稱
,
簡介
<!
-
-
...
-
->
註解
<!>
跑馬燈
<marquee>...</marquee>普通捲動
<marquee
behavior=slide>...</marquee>滑動
<marquee
behavior=scroll>...</marquee>預設捲動
<marquee
behavior=alternate>...</marquee>來回捲動
<marquee
direction=down>...</marquee>向下捲動
<marquee
direction=up>...</marquee>向上捲動
<marquee
direction=right></marquee>向右捲動
<marquee
direction=left></marquee>向左捲動
<marquee
loop=2>...</marquee>捲動次數
<marquee
width=180>...</marquee>設定寬度
<marquee
height=30>...</marquee>設定高度
<marquee
bgcolor=FF0000>...</marquee>設定背景顏色
<marquee
scrollamount=30>...</marquee>設定捲動距離
<marquee
scrolldelay=300>...</marquee>設定捲動時間
<!>字體效果
<h1>...</h1>標題字(最大)
<h6>...</h6>標題字(最小)
<b>...</b>粗體字
<strong>...</strong>粗體字(強調)
<i>...</i>斜體字
<em>...</em>斜體字(強調)
<dfn>...</dfn>斜體字(表示定義)
<u>...</u>底線
<ins>...</ins>底線(表示插入文字)
<strike>...</strike>橫線
<s>...</s>刪除線
<del>...</del>刪除線(表示刪除)
<kbd>...</kbd>鍵盤文字
<tt>...</tt>
打字體
<xmp>...</xmp>固定寬度字體(在文件中空白、換行、定位功能有效)
<plaintext>...</plaintext>固定寬度字體(不執行標記符號)
<listing>...</listing>
固定寬度小字體
<font
color=00ff00>...</font>字體顏色
<font
size=1>...</font>最小字體
<font
style
=font-size:100
px>...</font>無限增大
<!>區斷標記
<hr>水平線
<hr
size=9>水平線(設定大小)
<hr
width=80%>水平線(設定寬度)
<hr
color=ff0000>水平線(設定顏色)
<br>(換行)
<nobr>...</nobr>水域(不換行)
<p>...</p>水域(段落)
<center>...</center>置中
<!>連結格式
<base
href=位址>(預設好連結路徑)
<a
href=位址></a>外部連結
<a
href=位址
target=_blank></a>外部連結(另開新視窗)
<a
href=位址
target=_top></a>外部連結(全視窗連結)
<a
href=位址