Learn Accessibility by Building a Quiz - Step 16

please help out, i am not sure what i am doing wrong

`

 <form method="post" action="https://freecodecamp.org/practice-project/accessibility-quiz">
        <section role="region"  aria-labelledby="student-info"><h2 id="student-info"></h2></section>
        <section role="region"  aria-labelledby="html-questions"><h2 id="html-questions"></h2></section>
        <section role="region"  aria-labelledby="css-questions"><h2 id="css-questions"></h2></section>

Post the entire code here, and a link to the challenge.


 <form method="post" action="https://freecodecamp.org/practice-project/accessibility-quiz">
        <section role="region"  aria-labelledby="student-info"><h2 id="student-info"></h2></section>
        <section role="region"  aria-labelledby="html-questions"><h2 id="html-questions"></h2></section>
        <section role="region"  aria-labelledby="css-questions"><h2 id="css-questions"></h2></section>

i have figured it out.Thank you

The instruction: " Give each h2 suitable text content."

Add the corresponding text between each h2 tags:

<h2 id="smth">Text</h2>

yea i figured it out

1 Like