HomeReferencesHTML Tags

HTML Tag: fieldset

Defines a group of related form items.

HTML Dog, The Book HTML Dog book cover

HTML Dog is hosted by Titan Internet

Required Attributes

  • None.

Optional Attributes

Example


<fieldset>
	<div>First name: <input /></div>
	<div>Surname: <input /></div>
</fieldset>