Learn Accessibility by Building a Quiz - Step 68

Tell us what’s happening:

Sorry, your code does not pass. Keep trying.

  1. You should give the first a element a single-letter accesskey.
  • INFO
  • HTML
  • CSS
  •     </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

The first a element didn’t have accesskey. Also remember, the accesskey doesn’t require any attribute.