Such a simple task or that's what I thought. Help?

Tell us what’s happening:
can someone explain what I am doing wrong? I moved what was asked to where I was supposed to and it won’t let me pass. Can anyone spot my error? so frustraing
THANK YOU!

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

Your browser information:

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

Challenge: Give Links Meaning by Using Descriptive Link Text

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

@Batlebot

Your anchor tags are in the wrong spot. Move the words “click here” out from them as shown below.

Click here for <a href=""> information about batteries</a>
1 Like

Thanks I see what I did wrong now.
Cheers

1 Like