I am stuck here can anybody help me out please

Tell us what’s happening:

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>
  <body>
<p> View more
<a href="http://freecatphotoapp.com" target="_blank"><h1>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> 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>
</body>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/88.0.4324.150 Safari/537.36.

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Just Remove the “<h1” tag, and add s on your href="https not http. And organize the code after the p tag (unbreak the line)

You must close </h1> before </a>

Honestly, you don’t need the H1 opening element at all for that. You can just remove it altogether and it should work.

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