Group related elements in a form:
The <fieldset> tag is used to logically group together elements in a form.
The <fieldset> tag draws a box around the related form elements.
The <legend> tag defines a caption for the fieldset element.
HTML5 has the attributes disabled, form, and name, which was not supported in HTML 4.01.
Hint: Use the <legend> element to add a caption to the fieldset.
The <fieldset> tag also supports the Standard Attributes in HTML5.
The <fieldset> tag also supports the Event Attributes in HTML5.
Your Query was successfully sent!