Give Links Meaning by Using Descriptive Link Text-CoderDojer04

Tell us what’s happening:

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. <a href="">Click here for information about batteries</a></p>
  </article>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/68.0.3440.106 Safari/537.36.

Link to the challenge:
https://learn.freecodecamp.org/responsive-web-design/applied-accessibility/give-links-meaning-by-using-descriptive-link-text
Here, I did everything and I, even sought help from YouTube, and I couldn’t find anything. Can I get some help?

Have a Nice Day!

Thanks,
CoderDojer04

The <a> element should only literally have information about batteries in it

Oh… Like

<a href="information about batteries"></a>?

If that so, Then, thanks for your help. I hope you have a good day. 

Ciao!

Thanks,
CoderDojer04

No, I meant the text should be between the <a> and </a> tags. Only URLs can go inside href

Hey Kevcomedia, I found the solution mate. I appreciate your help and kindness.

Thanks,
CoderDojer04

1 Like