fieldset

  • 网络字段集;元素
fieldsetfieldset
  1. The FIELDSET element has the same behavior as a window frame .

    FIELDSET元素与窗口框架的行为有些相似。

  2. The first < fieldset > tag contains customer information ( see Figure 3 ) .

    第一个

    标记包含客户信息(见图3)。

  3. The last entry in this < fieldset > is the Date field .

    在此

    中的最后一个输入是Date字段。

  4. The name attribute sets the name for the < fieldset > .

    name属性设置

    的名称。

  5. Let 's look at each < fieldset > separately .

    让我们来分别看看每个

  6. The fourth < fieldset > tag contains the < input > type file and the attribute multiple , as shown in Figure 7 .

    第四个

    标记包含类型file和属性multiple,如图7所示。

  7. The first < fieldset > contains a < legend > , a < label > , and an < input > tag , as shown in Listing 1 .

    第一个

    包含一个、一个
  8. 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 .

    第三个

    标记显示一个作曲家列表,随后是一个数字字段,指定每位列出的作曲家有多少个作品。

  9. 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 .

    表单域内的表单元素允许用户输入相关信息(如文本输入框、文本区域、下拉列表、单选按钮、复选按钮,等等)。

  10. 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 .

    被放在表单外部时,您必须设置
    标记的form属性,使
    可以与一个或多个正确的表单关联。