![]() |
VOOZH | about |
The HTML <fieldset> name Attribute is used to specify the name for the Fieldset element. It is used to reference the form data after submitting the form or to reference the element in JavaScript.
Syntax:
<fieldset name="text">
Attribute Values: It contains the value i.e. name which specifies the name for the fieldset element.
Example: In this example, we will use HTML <fieldset> name Attribute
Output:
Supported Browsers: