欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

HTML <legend> 標簽的 align 屬性

定義和用法

align 屬性規(guī)定 fieldset 中標題的對齊方式。

實例

組合表單中的相關元素:

<form>
  <fieldset>
    <legend align="right">health information</legend>
    height: <input type="text" />
    weight: <input type="text" />
  </fieldset>
</form>

TIY

瀏覽器支持

所有瀏覽器都支持 align 屬性的 "left" 和 "right" 值,除了 opera。"bottom" 值在所有瀏覽器中都不起作用。

兼容性注釋

在 HTML 4 中,不贊成使用 align 屬性;在 XHTML Strict DTD 中,不支持該屬性。

語法

<legend align="value">

屬性值

描述
left 對標題進行左對齊。
right 對標題進行右對齊。
top 對標題進行上對齊。
bottom 對標題進行下對齊。