...

/

<fieldset>

<fieldset>

Learn how fieldset tag works in HTML.

The <fieldset> tag in HTML5 groups several related components within an HTML form. It creates a box around the child elements.

Syntax

<fieldset>
  // HTML form
...