HTML question detail
What is `fieldset` and `legend` used for?
fieldset groups related form controls, and legend provides the group label. This improves form semantics and accessibility.
HTML question detail
fieldset groups related form controls, and legend provides the group label. This improves form semantics and accessibility.