Nest a Anchor Element within a Paragraph

Tell us what’s happening:
hi guys, could you please guide me!? I don’t know what is wrong with what I have written for nesting a element within new p.

thanks

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 hrf="http://www.catphotoapp.com">cat photos</a> </p>
</main>


Your browser information:

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_1) AppleWebKit/604.3.5 (KHTML, like Gecko) Version/11.0.1 Safari/604.3.5.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

you wrote hrf instead of href and used the wrong url but also you probably need to use the existing a element instead of creating a new one

1 Like

thanks u so much. solved. :slightly_smiling_face: