Lesson Error - Console does not recognize code

Tell us what’s happening:

console outputs message:
Your [A] element should be nested within your new [P] element.

While the preview mode recognizes the code as correct

Your code so far


<h2>CatPhotoApp</h2>
<main>

<a href="https://freecatphotoapp.com" target="_blank">cat photos</a>

<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>
  Kitty ipsum dolor sit amet, shed everywhere shed everywhere stretching attack your ankles chase the red dot, hairball run catnip eat the grass sniff.</p>
<p>Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.</p>

<p>
View more <a href="http://freecodecamp.org">cat videos</a> 
</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.88 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

the existing a element in line 4 is the one looked at by the tests

Nest the existing a element…

1 Like