--- title: Make Links Navigable with HTML Access Keys --- # Make Links Navigable with HTML Access Keys --- ## Solutions
Solution 1 (Click to Show/Hide) Following the instructions: Add an accesskey attribute to both links and set the first one to "g" (for Garfield) and the second one to "c" (for Chuck Norris). the lines 8 and 16 become: ```css

The Garfield Files: Lasagna as Training Fuel?

``` ```css

Is Chuck Norris a Cat Person?

``` In this way the links around the two blog article titles to have keyboard shortcuts so his site's users can quickly navigate to the full story.