📜  HTML fieldset标记

📅  最后修改于: 2020-11-01 09:48:30             🧑  作者: Mango

的HTML
标签

的HTML

标签用于对HTML表单中包含的逻辑相关字段/标签进行分组。

创建HTML表单时,此标记的使用是可选的,但使用,很容易理解表单的分组元素的目的。

标记与

元素作为第一个子元素,以定义分组的相关字段的标题。

句法

.....

以下是有关HTML的一些规范

标签

Display Block
Start tag/End tag Both Start and End tag
Usage Structural (Within HTML Form)

例子1




fieldset Tag



 

Example of fieldset Tag

User Feedback Form

User basic information:











输出:

属性

= HTML5中的新功能。

特定于标签的属性

Attribute Value Description
disabledHTML Tags List disabled It specifies that all form controls within the fieldset element are disabled.
formHTML Tags List form_id It specifies the one or more form(s) to which fieldset controls belongs.
nameHTML Tags List text It specifies the name associated with fieldset. It will not display at the browser and useful with JS.

全局属性

HTML

标记支持HTML中的全局属性

事件属性

HTML

标记支持HTML中的事件属性。

支持的浏览器

Element chrome browser Chrome ie browser IE firefox browser Firefox opera browser Opera safari browser Safari
Yes Yes Yes Yes Yes