<html>
<body>
<main>
<section>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a href="https://freecatphotoapp.com"> cat photos.</p>
<a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"alt="A cute orange cat lying on its back."</section>
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a href="https://freecatphotoapp.com"> cat photos.</p>
<a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg"alt="A cute orange cat lying on its back."
I just don’t understand, if i try and nest the image it never works. It’s obviously me, I just cant figure out where to do it.
even when I add the closing tag at the end of the alt i get the same error
I went back to before the image was added redid it all.
thats the exact code it said was right on step 13 before it prompted me to delete the line of code on step 14.
I’ve added the closing tag after the alt and still i get the error:
ou should only add one opening anchor (a ) tag. Please remove any extras.