Well done!
You have completed Accessible and Structured HTML Forms Quiz!
Quiz Question 1 of 5
In a complex form that includes both contact information and payment information, how should you structure the form to maximize accessibility and usability?
Choose the correct answer below:
-
A
Group related controls inside
<div>
elements and apply ARIA roles for accessibility. -
B
Use a single
<form>
element with inline styles to distinguish sections visually. -
C
Use separate forms for each section and link them using JavaScript.
-
D
Use multiple
<fieldset>
elements, each containing<section>
elements for distinct logical groups.