Easy Tutorial
❮ Tag Aside Att Tbody Char ❯

HTML <fieldset> form Attribute

HTML <fieldset> Tag

Example

A <fieldset> element outside the form (but still part of the form):


Browser Support

Currently, only Opera supports the form attribute.


Definition and Usage

The form attribute specifies one or more forms the fieldset belongs to.


Differences Between HTML 4.01 and HTML5

The form attribute is new in HTML5.


Syntax

Attribute Values

Value Description
form_id Specifies a space-separated list of one or more form ids that the fieldset belongs to.

❮ Tag Aside Att Tbody Char ❯