Whats the mistake in my code?

<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. <a href="">“information about batteries Click here”</a>.</p>
  </article>
</body>

You may want to edit that – I’m assuming you’ve posted the HTML directly, rather than in a code block.

I see nothing wrong in your code, except of the empty href. A little explanation of the problem to solve would be helpful, though :wink:

Yup. Which step of the curriculum? What was the task? What were you expecting? And what didn’t you (or DID you) see?