How can you group related form elements, and why might you want to do this?
Difficulty level
By giving them the same "class" attribute.
By placing them in a table.
Using the "fieldset" element and "legend" for the caption.
Using the "group" tag.
The fieldset element is used to group related elements in a form. The legend element provides a caption for the fieldset. Grouping can make the form more understandable for users and assistive technologies, offering a more structured visual presentation and improved user experience.