Make Links Navigatable with HTML Access Keys - SUGGESTION

I read it and thought it was a key value pair type of deal instead of short cut keys.
That it all.

User Agent is: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Firefox/52.0.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/make-links-navigatable-with-html-access-keys

i can’t remember what you did because when I click on the challenge I get my answers. But to pass this just add the accesskey=“g for the first article and c for the second” right after the href in the a tag. Leave the id=“first or second” and href="" as they are … id, href, accesskey in that order in the opening a tag