Help Required. First time learner

Can anyone please help. I have been stuck on this for a while now

Your code so far


<h2>CatPhotoApp</h2>
<main>
<p> "View more " <a> href="https://www.freecatphotoapp.com">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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/83.0.4103.116 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Well, at the end of this page, you must add a new paragraph: “View more cat photos”

In this paragraph, you must add an anchor with an external link (you have to use ) to:

http://freecatphotoapp.com

Is there anything in particular that doesn’t seem clear to you with the anchors ?

So I keep getting this same feedback no matter what I do

“Your a element should be nested within your new p element.”

I don’t want to just throw you some code without any context so, I’ll try my best to explain the nesting.

When you’ve created your paragraph with

, you have to include the anchor in this. Can you post here what you have write so far for this challenge ?

Edit: I’ve seen this :

<p> "View more " <a> href="https://www.freecatphotoapp.com">cat photos</a></p>

Your anchor has the wrong synthax. Here it is :
<a href="actual_link">Text for hyperlink</a>

I finally figured it out, my mistake was writing a whole new line of code above this - cat photos as you can see above, the lines are kind of duplicated (that was where the mistake was)

Great, glade you figured out ! Enjoy your next challenge :grin:

Haha, thank you so much. Looking forward to it :grinning: