There is a bug after coding correctly

Tell us what’s happening:
I have followed your video on this code exactly and yet after running the test, it still doesn’t register that is it correct. It keeps saying that i didn’t use a closing “a” tag to my <a href:””>, but i have :

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

</article>
</body>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.0.5 Safari/605.1.15.

Challenge: Give Links Meaning by Using Descriptive Link Text

Link to the challenge:

Duplication of a video does not mean that you fulfilled the challenge requirements. In this case, I think that you need to remove the space between href and "".