Can you correct my code I'm almost done but I have no idea how to finish it

Tell us what’s happening:

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p> view more
<a href="https://freecatphotoapp.com" target="_blank">cat photos</a>
</p>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed <a href="http:freecodecamp.org" >everywhere</a> 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/89.0.4389.128 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Hi @puramrajdeep !

You added two anchor tags when the challenge only asks you to write one.

Anchor tag no.1

anchor tag no.2

You need to remove the second anchor tag.

buddy, this has to be removed.

other than that all is correct. :v:

They shouldn’t remove the correct link.
Maybe you meant to point out the other link.

<h2>CatPhotoApp</h2>

<main>

<p>View more cat photos.

  <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>

  <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>
[quote="puramrajdeep, post:1, topic:456580, full:true"] **Tell us what's happening:**
  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
<p> view more
<a href="https://freecatphotoapp.com" target="_blank">cat photos</a>
</p>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back.">

<p>Kitty ipsum dolor sit amet, shed <a href="http:freecodecamp.org" >everywhere</a> 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/89.0.4389.128 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

[/quote]

You should delete this anchor element but keep the everywhere text inside the paragraph.

Your p element with the kitty ipsum text has a link. Please remove that.

hey @puramrajdeep ,
this has to be removed, unless all is good to go.

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