The a tag with the id of "first" to "g"

Tell us what’s happening:
Is anyone can help me with this? Please!

Your code should set the accesskey attribute on the a tag with the id of “first” to “g”. Note that case matters.
Your code should set the accesskey attribute on the a tag with the id of “second” to “c”. Note that case matters.

Your code so far


<body>
  <header>
    <h1>Deep Thoughts with Master Camper Cat</h1>
  </header>
  <article>
    
    
    <h2><a accesskey=“g” id="first" href="">The Garfield Files: Lasagna as Training Fuel?</a></h2>
    
    
    <p>The internet is littered with varying opinions on nutritional paradigms, from catnip paleo to hairball cleanses. But let's turn our attention to an often overlooked fitness fuel, and examine the protein-carb-NOM trifecta that is lasagna...</p>
  </article>
  <article>
    
    
    <h2><a accesskey=“c” id="second" href="">Is Chuck Norris a Cat Person?</a></h2>
    
    
    <p>Chuck Norris is widely regarded as the premier martial artist on the planet, and it's a complete coincidence anyone who disagrees with this fact mysteriously disappears soon after. But the real question is, is he a cat person?...</p>
  </article>
  <footer>&copy; 2018 Camper Cat</footer>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_12_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/67.0.3396.99 Safari/537.36.

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

You need to use "" quotes, you are using “” quotes.
Other than that, you are on the right track!

Because you copied the lines accesskey=“g” from the forum,
you have “g” instead of "g" :wink:

thank a lot. I got it

thank for your comment :grinning: