![]() |
VOOZH | about |
The name attribute in the <form> tag is used to specify a name for the form element. It helps identify the form in JavaScript and during form handling.
Syntax:
<form name="formName">
<!-- form elements -->
</form>
Attribute Values: It contains a single value name which describes the name of the <form> element.