位置:首頁(yè) > 軟件操作教程 > 編程開(kāi)發(fā) > HTML > 問(wèn)題詳情

HTML屬性標(biāo)簽1

提問(wèn)人:劉團(tuán)圓發(fā)布時(shí)間:2020-10-10
<!> 跑馬燈

<marquee>...</marquee>普通卷動(dòng)

<marquee behavior=slide>...</marquee>滑動(dòng)

<marquee behavior=scroll>...</marquee>預(yù)設(shè)卷動(dòng)

<marquee behavior=alternate>...</marquee>來(lái)回卷動(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)過(guò)上面時(shí)停止?jié)L動(dòng)

<marquee onm ouseover="this.start()">...</marquee>鼠標(biāo)離開(kāi)時(shí)開(kāi)始滾動(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>底線(xiàn)

<ins>...</ins>底線(xiàn)(表示插入文字)

<strike>...</strike>橫線(xiàn)

<s>...</s>刪除線(xiàn)

<del>...</del>刪除線(xiàn)(表示刪除)

<kbd>...</kbd>鍵盤(pán)文字

<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>無(wú)限增大

區(qū)斷標(biāo)記

<hr>水平線(xiàn)

<hr size=9>水平線(xiàn)(設(shè)定大小)

<hr width=80%>水平線(xiàn)(設(shè)定寬度)

<hr color=ff0000>水平線(xiàn)(設(shè)定顏色)

<br>(換行)

<nobr>...</nobr>水域(不換行)

<p>...</p>水域(段落)

<center>...</center>置中 

<!>連結(jié)格式

<base href=位址>(預(yù)設(shè)好連結(jié)路徑)

<a href=位址></a>外部連結(jié)

<a href=位址 target=_blank></a>外部連結(jié)(另開(kāi)新視窗)

<a href=位址 target=_top></a>外部連結(jié)(全視窗連結(jié))

<a href=位址 target=’頁(yè)框名’></a>外部連結(jié)(在指定頁(yè)框連結(jié))

<!>貼圖/音樂(lè)

<img src=圖片位址>貼圖

<img src=圖片位址 width=180>設(shè)定圖片寬度

<img src=圖片位址 height=30>設(shè)定圖片高度

<img src=圖片位址 alt=’提示文字’>設(shè)定圖片提示文字

<img src=圖片位址’ border=1>設(shè)定圖片邊框

<bgsound src=MID音樂(lè)檔位址>背景音樂(lè)設(shè)定 

繼續(xù)查找其他問(wèn)題的答案?

相關(guān)視頻回答
回復(fù)(0)
返回頂部