What is a <fieldset> tag?
Experience Level: Junior
Tags: HTML
Answer
The <fieldset>
tag:
- Is group of boxes in
<form>
tag. - It helps organize fields in group.
- Includes
<legend>
tag for name of the form. - Also is paired with
<input>
tag and<label>
tag.
Related HTML job interview questions
What is a <button> tag?
HTML JuniorWhat is a <br> tag?
HTML JuniorWhat is a <script> tag?
HTML JuniorWhat is a <ol> tag?
HTML JuniorWhat is a <li> tag?
HTML Junior