I got help but I need help but the hint says Your code should only contain one anchor (a) element. Remove any extra anchor elements. and I don't understand it

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

  **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 <a href="https://freecatphotoapp.com"<cat photos</a>.</p>
    <img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
  </main>
</body>
</html>
  **Your browser information:**

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

Challenge: Step 12

Link to the challenge:

the tests are confused because this is not correct HTML. you have one character that you need to replace with a different one

I still don’t understand what you mean.

the opening tag is malformed

so the rest is correct except for my opening tag?

at a glance seems so, but the tests are not able to parse incorrect html, so it’s possible that something else will come out later (I have not looked at the step)

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