Form groups (fieldset + legend) — demo

Compare BEFORE “looks grouped” vs AFTER “programmatically grouped”. (No tracking.)

Share this demo

Copy a clean link to share (no tracking).

Theme Tip: try Tab + Space.

What to look for

Before

BAD visual-only grouping

Looks fine visually, but the group labels/hints are not attached to the controls programmatically.

Shipping speed
Choose one. (This hint is not connected.)
Contact method
If we have a question about your order.
Notifications
Optional.
Inspection (debug)

This box shows which groups have a programmatic label/hint.

Choose options, then Submit.

After

BETTER fieldset + legend

Each set of related options is grouped with <fieldset> + <legend> (and hints are connected).

Shipping speed
Choose one.
Contact method
If we have a question about your order.
Notifications
Optional.
Inspection (debug)

This box shows which groups have a programmatic label/hint.

Choose options, then Submit.