I currently have all the steps correct besides this one:
You should nest three sections within the form element, and idk how to fix this, because i think i have it for the most part correct.
This is my code so far.
<main>
<form action="https://freecodecamp.org/practice-project/accessibility-quiz" method="post">
<section>
<section>
<section>
</section>
</section>
</section>
</form>
</main>
I appreciate the help.