Tell us what’s happening:
Sorry, your code does not pass. Keep trying.
- You should give the first a element a single-letter accesskey.
</ul>
Your code so far
<!-- file: index.html -->
<!-- User Editable Region -->
<ul>
<li><a href="#student-info">INFO</a></li>
<li><a href="#html-questions">HTML</a></li>
<li><a href="#css-questions">CSS</a></li>
<li><a href=" accesskey=a"></a></li>
</ul>
<!-- User Editable Region -->
/* file: styles.css */
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36 Edg/129.0.0.0
Challenge Information:
Learn Accessibility by Building a Quiz - Step 68