Forms

fieldset

Groups related elements input elements a form and draws a box around them. Block-level element

Syntax

<fieldset attributes> ... </fieldset>

Example

<fieldset>
   Enter your name: 
   <input type=”text” />
</fieldset>

Related tags

CSS Properties

HTML attributes

Search the Soup!