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.

MOD Solution removed


hope this will help you

Hi @Euuiiii

It is great that you solved the challenge, but instead of posting your full working solution, it is best to stay focused on answering the original poster’s question(s) and help guide them with hints and suggestions to solve their own issues with the challenge.

We are trying to cut back on the number of spoiler solutions found on the forum and instead focus on helping other campers with their questions and definitely not posting full working solutions.

Sorry about that. I will keep it in mind from now on.

1 Like