Learn HTML by Building a Cat Photo App - Step 15

Tell us what’s happening:
STEP 15

<a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp...cat.jpg" alt="A cute orange cat lying on its back."</a>
<html>
  <body>
    <main>

Anybody can tell me why did i get the message that I wrote two opening “a” tag? I tested my coding; after clicking on the cat pic I was redirected to a page with two other cat pics. that’s what it was requested for us to do.

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/109.0.0.0 Safari/537.36

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

Link to the challenge:

This bad syntax is breaking the tests. You should not make any changes to the img element.