Learn Accessibility by Building a Quiz - Step 67

Step 67

Finally, the navigation accessibility can be improved by providing keyboard shortcuts.

The accesskey attribute accepts a space-separated list of access keys. For example:

<button type="submit" accesskey="s">Submit</button>

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

Note: It is not always advised to use access keys, but they can be useful

Well done. You have completed the Accessibility Quiz practice project.

Code so far:

try adding some accesskeys to the links…

I’m also stuck on this step.

1 Like

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