组合表单中的相关元素:
<form>
<fieldset>
<legend>health information</legend>
height: <input type="text" />
weight: <input type="text" />
</fieldset>
</form>
IE | Firefox | Chrome | Safari | Opera |
---|---|---|---|---|
所有浏览器都支持 <legend> 标签。
legend 元素为 fieldset 元素 定义标题(caption)。
在 HTML 4.01 中,align 属性不被赞成使用。
在 XHTML 1.0 Strict DTD 中,align 属性不被支持。
DTD 指示此属性允许在哪种 DTD 中使用。S=Strict, T=Transitional, F=Frameset.
属性 | 值 | 描述 | DTD |
---|---|---|---|
align |
|
不赞成使用。请使用样式代替。 为 fieldset 中的标题定义对齐方式。 |
TF |
<fieldset> 标签支持 HTML 中的全局属性 。
<fieldset> 标签支持 HTML 中的事件属性 。
HTML DOM 参考手册: Legend 对象