A <fieldset> with a name attribute:
![]()
The name attribute is supported in all major browsers, except Internet Explorer.
The name attribute specifies a name for a fieldset.
The name attribute is used to reference elements in a JavaScript, or to reference form data after a form is submitted.
The name attribute is new for the <fieldset> tag in HTML5.
| Value | Description |
|---|---|
| name | Specifies the name of the fieldset |
HTML <fieldset> tag
Your message has been sent to W3Schools.