Css anchor tag (updated)

Tell us what’s happening:

Do not know what is wrong

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

Your browser information:

User Agent is: Mozilla/5.0 (Linux; Android 8.1.0; Infinix X5515 Build/O11019) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.106 Mobile Safari/537.36.

Challenge: Give Links Meaning by Using Descriptive Link Text

Link to the challenge:

I’ve edited your post for readability. When you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor (</>) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

What is it doing that you don’t want it to? What is it not doing that you do want it to? What are the different things you have tried? What do you need help with?

Is not being validated by the test

I did as it was I was told in the info section
But it is not being validated

What does the failing test say?

It says I should wrap my anchor tag round
The word “for information about batteries”
Which I did correctly but did not work

The leading space should not be inside the anchor.

Pls I am not understanding
Which space are u talking about

Before “for”. It should be outside the link.

"for more information about batteries"  is not the same as
" for more information about batteries"

I figured it out already
Thanks
Help appriciated