Home → References → HTML Tags →
HTML Tag: fieldset
Defines a group of related form items.
HTML Dog is hosted by Titan Internet
Required Attributes
- None.
Optional Attributes
Example
<fieldset>
<div>First name: <input /></div>
<div>Surname: <input /></div>
</fieldset>

