Learn HTML by Building a Cat Photo App - Step 12

Tell us what’s happening:
Describe your issue in detail here.
I don’t know how to continue because i have removed the anchor element but it still keeps telling me to do that.

  **Your code so far**
<html>
<body>
  <h1>CatPhotoApp</h1>
  <main>
    <h2>Cat Photos</h2>
    <!-- TODO: Add link to cat photos -->
    <p>Click here to view more cat https://freecatphotoapp.com</p>
  </main>
</body>
</html>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/96.0.4664.104 Safari/537.36

Challenge: Learn HTML by Building a Cat Photo App - Step 12

Link to the challenge:

Hi!

The error message is a bit misleading. You should only have one anchor tag, and should not remove both anchor tags.

You need one anchor tag that has the link text of ‘cat photos’ that is inside the p element.

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