I don't know where is the problem. but code is not running

Tell us what’s happening:

Your code so far


<h2>CatPhotoApp</h2>
<main>

<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>
<p>View more
<a href="http://freecodecamp.org/"> cat photos.</a>
</p>

Your browser information:

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

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Welcome, amithakur.

You almost got it, but I recommend you reset your challenge code, and re-read the instructions:

Now nest the existing a element within a new p element (just after the existing main element).

Hope this helps

i have reset it many times, can you write the code for me to review mine.

You should have an a element that links to “http://freecatphotoapp.com”.

Passed

Your a element should have the anchor text of “cat photos”

Passed

You should create a new p element around your a element. There should be at least 3 total p tags in your HTML code.

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

Your p element should have the text "View more " (with a space after it).

Passed

Your a element should not have the text “View more”.

Passed

Each of your p elements should have a closing tag.

Passed

Each of your a elements should have a closing tag.

u must make like this: “Click here to view more cat photos” covered the cat photos text with <a href=""> cat photos</a> and write the link inside the double quotes

I will specifically not give you the answer. This will not encourage you to properly learn.

I will re-word the instructions for you:

Create a new p element to wrap around the existing a element.

Have the p element contain the text View more cat photos, where cat photos is a link (already inside the a element)

Hope this helps

yeah now its running… thanks alot