What I'm wrong with this? error show 'a' element need closing tag even i did.t

Tell us what’s happening:
Describe your issue in detail here.

  **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 (Linux; Android 10; CPH1819) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Mobile Safari/537.36

Challenge: Give Links Meaning by Using Descriptive Link Text

Link to the challenge:

The tests don’t like that you have a space between the equals sign and the quotes. Get rid of it and you’ll pass. In general you shouldn’t put extra spaces where they aren’t needed. Technically it will still work, but it’s not a best practice and you wouldn’t have these extra spaces in production code. So it’s best to break the habit now :slight_smile:

1 Like

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