Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
HTML

HTML Fieldset and Legend

Group related controls with fieldset and a legend caption.

HTML Fieldset and Legend — a practical guide to HTML fieldset legend with clear examples you can reuse in real projects.

HTML Tutorial Series (38/79). Prefer one article? Read the complete HTML tutorial.

Short description

Especially helpful for radio/checkbox groups and multi-section forms.

Fieldset

<fieldset>
  <legend>Shipping method</legend>
  <label><input type="radio" name="ship" value="std"> Standard</label>
  <label><input type="radio" name="ship" value="exp"> Express</label>
</fieldset>

Leave a reply

Your email address will not be published. Required fields are marked *