w3pop.com :: 网络学院 :: HTML :: HTML <fieldset>标签
The fieldset element draws a box around its containing elements.
fieldset元素可以将它所包围的元素用线框衬托出来
NONE
无
| 代码 | 输出结果 |
|---|---|
| <fieldset> Height <input type="text" size="3" /> Weight <input type="text" size="3" /> </fieldset> |
| id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard Attributes.
查看完整的描述
| accesskey, onclick, ondblclick, onmousedown, onmouseup, onmouseover, onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
查看完整的描述
Fieldset around data
How to draw a border with a caption around your data.
怎样给你的数据外用线框衬托出来
评论 (0)
All