中文字幕一区二区人妻电影,亚洲av无码一区二区乱子伦as ,亚洲精品无码永久在线观看,亚洲成aⅴ人片久青草影院按摩,亚洲黑人巨大videos

HTML legend align 屬性

HTML legend 標(biāo)簽參考手冊(cè) HTML <legend> 標(biāo)簽

實(shí)例

對(duì)標(biāo)題進(jìn)行右對(duì)齊:

<form>
? <fieldset>
??? <legend align="right">Personalia:</legend>
??? Name: <input type="text" size="30"><br>
??? Email: <input type="text" size="30"><br>
??? Date of birth: <input type="text" size="10">
? </fieldset>
</form>

運(yùn)行代碼 ?

瀏覽器支持

Internet ExplorerFirefoxOperaGoogle ChromeSafari

除了 Opera,其他主流瀏覽器都支持 align 屬性的 "left" 和 "right" 值。幾乎沒有主流瀏覽器支持 "bottom" 值。


定義和用法

HTML5 不支持 <legend> align 屬性。請(qǐng)使用 CSS 代替。

在 HTML 4.01 中,<legend> 的 align 屬性 已廢棄。

align 屬性規(guī)定 fieldset 中標(biāo)題的對(duì)齊方式。


語法

<legend align="left|right|top|bottom">

屬性值

描述
left 對(duì)標(biāo)題進(jìn)行左對(duì)齊(默認(rèn))。
right 對(duì)標(biāo)題進(jìn)行右對(duì)齊。
top 對(duì)標(biāo)題進(jìn)行上對(duì)齊。
bottom 對(duì)標(biāo)題進(jìn)行下對(duì)齊。

HTML legend 標(biāo)簽參考手冊(cè) HTML <legend> 標(biāo)簽其他擴(kuò)展