Nesting an a element within a p element trouble

Tell us what’s happening:

It keeps on saying " Your a element should be nested within your p element. I think everything is right so far, but it keeps on saying it. Tried to reset code too.
Your code so far


<h2>CatPhotoApp</h2>
<main>

<a href="http://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="https://freecatphotos.com"target="-blank">cat photos</a>
</p>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13020.67.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.97 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

sorry, realized it said -blank. Fixed that but still had trouble.

this is what code looks like so far

hey @26edisonzh,

i think this needs to be removed from up the top to pass the test

1 Like

Now nest the existing a element within a new p element

it is easier if you just use the existing a element, the new one you wrote also have a few typos you would need to fix if you decide to remove the first a element