Tell us what’s happening:
I’m being told to nest the a element within my new p element, but as far as I can tell I’ve done that. I’ve tried refreshing the page and also reseting the code but recieve the same error msg.
Your code so far
<h2>CatPhotoApp</h2>
<main>
<p> View more <a href="htpp://www.freecodecamp.org">cat photos</a></p>
<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>
</main>
Your browser information:
User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_10_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36.
Hello everyone. I guess i am raising this thread from the dead, but i figured better that then to open a whole new thread under the same topic.
Namely, I’ve just started my HTML course and just like the OP, I am having issues with nesting the anchor element within a new paragraph. Can anyone help?
Code so far:
<h2>CatPhotoApp</h2>
<main>
<p>View more <a href="https://www.freecodecamp.org/">cat photos</a></p>
<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>
</main>
Thanks in advance and sorry for creating more clutter.
<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>
</main>