Learn Accessibility by Building a Quiz - Step 67

Tell us what’s happening:
How do I create an access key? I’m asked to create an accesskey:

Instructions: Give each of the navigation links a single-letter access key.

Your code so far

<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>
			  </ul>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36

Challenge: Learn Accessibility by Building a Quiz - Step 67

Link to the challenge:

The instructions have given you a template. Not sure if you saw it?

I saw it…only that I do not know how to add accesskey

accesskey=“o”

Just add the attribute… (just like the example).

If still stuck after adding them, check the hints to see what else they say

I’ve passed the stage. Thanks.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.