Give link meaning using link descriptive

Tell us what’s happening:

i cannot pass this test even though my code is correct.

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/84.0.4147.89 Safari/537.36.

Challenge: Give Links Meaning by Using Descriptive Link Text

Link to the challenge:

Hi,

The issue is .(full stop) after the batteries, (information about batteries.) just remove full stop(.), test will pass

1 Like

i have tried that too…

i got it…just removed the spaces between them…btw tq suneethar.

Am having the same problem
Pls what should I do

i skipped to the next challenge and then tried the same later,it worked for me…just try to remove the spaces…

The spaces Between what?
Pls

@udohrichard16novembe For us to help we have to see your code.

Edit: Please keep your questions to the thread you already have open


In the future, please create your own topic when you have specific questions about your own challenge code. Only respond to another thread when you want to provide help to the original poster of the other thread or have follow up questions concerning other replies given to the original poster.

The easiest way to create a topic for help with your own solution is to click the Ask for Help button located on each challenge. This will automatically import your code in a readable format and pull in the challenge url while still allowing you to ask any question about the challenge or your code.

Thank you.