fieldset
- 网络字段集;元素
-
The FIELDSET element has the same behavior as a window frame .
FIELDSET元素与窗口框架的行为有些相似。
-
The first < fieldset > tag contains customer information ( see Figure 3 ) .
第一个
-
The last entry in this < fieldset > is the Date field .
在此
-
The name attribute sets the name for the < fieldset > .
name属性设置
-
Let 's look at each < fieldset > separately .
让我们来分别看看每个
-
The fourth < fieldset > tag contains the < input > type file and the attribute multiple , as shown in Figure 7 .
第四个
-
The first < fieldset > contains a < legend > , a < label > , and an < input > tag , as shown in Listing 1 .
第一个
-
The third < fieldset > tag displays a list of composers , followed by a number field that designates how many works are available for each of the listed composers .
第三个
-
A form can contain input elements like text fields , checkboxes , radio-buttons , submit buttons and more . A form can also contain select lists , textarea , fieldset , legend , and label elements .
表单域内的表单元素允许用户输入相关信息(如文本输入框、文本区域、下拉列表、单选按钮、复选按钮,等等)。
-
When a < fieldset > is placed outside of the form , you must set the form attribute of the < fieldset > tag so the < fieldset > can be associated with the correct form or forms .
当