Nest an Anchor Element within a Paragraph pls

Tell us what’s happening:
Describe your issue in detail here.

Please Help me I have no idea how to comlete
Your code so far


<h2>CatPhotoApp</h2>
<main>

<a> href="cat photo"</a>
<img src="https://www.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>
<p> View more Here's a link <a href="https://www.freecatphotoapp.com" target="_blank">link to www.freecodecamp.org</a> for you to follow</p>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/14.1.1 Safari/605.1.15

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Look carefully at the example a tags, including the one that’s already in the code.

This has a lot of errors.

can just help me what to do now pls?

so confused and tired haha

Hi @Erkin !

Welcome to the forum!

I would suggest reseting the lesson.
Nest the existing a element within a new p element.

This is the existing a element.
<a href="https://www.freecatphotoapp.com" target="_blank">cat photos</a>

Use that one.
Do not create a new one.
Wrap the p tags around that.

The new paragraph should have text that says View more cat photos , where cat photos is a link, and the rest is plain text.

The view more text should go after the opening p tag.

<p> ADD TEXT HERE <a

Hope that helps!

Hi, yeah Thank you!
I ll give a try.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.