Pls Help Me! I got Stuck In It

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>

<a href="https://www.freecatphotoapp.com" target="_blank">cat photos</a>

<img src="https://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>View More <a href="catphotosapp.com"> Cat Photos</a></p>
<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>

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Hi.

read the instructions provided by the challenge →

You should only have one a element.

The a element should link to " https://www.freecatphotoapp.com ".

Your a element should have the anchor text of cat photos

You should create a new p 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).

Your a element should not have the text View more .

Each of your p elements should have a closing tag.

Each of your a elements should have a closing tag.

follow the istructions , look for which are not checked.

your code-> is wrong

here is the existing <a> element →

When running the tests you see it says
You should have only one a element.

You were tasked with using the existing a element within a new p element.

Try resetting the lesson and follow instructions carefully.

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