I'm having a problem

Tell us what’s happening:
it’s telling me my a element should be nested within your new p element.

my code so far


<h2>CatPhotoApp</h2>
<main>
 <p> View more 
 <a href="http://freecatphotoapp.com" target="_blank">cat photos</a>
</p>
<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>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36 Edg/85.0.564.63.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

You copied the a element. Now you have two. There should only be one.

now it says You should have an a element that links to “https://freecatphotoapp.com”.

look at the fifth character of both, there is a small difference

The url is not correct. I suggest resetting the challenge and just using the a element that is provided.

The problem i see here is because your second link and the image is not nested within a paragraph element.

how I nest them? Hnd

Can you identify which part of the example and description of “nesting” don’t you understand?

Each of your two radio button elements should be nested in its own label element.
how do you fix that?

The challenge above explains what nesting is. The challenge description contains example code.

Do you understand what “nested in” means?

No I don’t what is nest?

Take a look at the first challenge that introduced the term “nest” (linked above). It breaks it down piece by piece.

Its really not that hard. Check the picture and you have your solution.