Recipe

Form Field Grouping with fieldset and legend

Group related form controls into logical sections using semantic HTML elements for better accessibility and structure.

Live Example

Account Details
Shipping Address

Usage Notes

  • fieldset creates a semantic grouping container with a default border.
  • legend provides an accessible label for the entire group.
  • Screen readers announce the legend when focus enters the fieldset.
  • Combine with CSS Grid for responsive multi-column layouts inside each group.
© 2026 Meridian. Built for clarity.