*SOS*Give Links Meaning by Using Descriptive Link Text *SOS*

Tell us what’s happening:
My code isn’t working, the anchor tags are around the area “information about batteries” and for some reason it doesn’t seem to work

Your code so far


<body>
  <header>
    <h1>Deep Thoughts with Master Camper Cat</h1>
  </header>
  <article>
    <h2>Defeating your Foe: the Red Dot is Ours!</h2>
    <p>Felines the world over have been waging war on the most persistent of foes. This red nemesis combines both cunning stealth and lightening speed. But chin up, fellow fighters, our time for victory may soon be near. Click here for <a href="link">information about batteries</a>
    </p>
  </article>
</body>

Your browser information:

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

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/give-links-meaning-by-using-descriptive-link-text

Why did you add “link” as a value to the href attribute? The test is not expecting any changes to the attribute, so my guess is that is the problem.

1 Like