Give Links Meaning by Using Descriptive Link Text-HELP ME

Tell us what’s happening:
I’m not sure why it’s not working.Can anyone help me?

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 lightning speed. But chin up, fellow fighters, our time for victory may soon be near. Click here for <a href=""> 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/87.0.4280.141 Safari/537.36.

Challenge: Give Links Meaning by Using Descriptive Link Text

Link to the challenge:

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

You have an extra space at the beginning and end. In the real world, that may not really matter, but the test is looking for the exact string.

1 Like

It’s worked!Thanks for your reply :slightly_smiling_face: .

1 Like

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.