Nest an Anchor Element within a ParagraphPassed

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


</main>
  **Your browser information:**

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

Challenge: Nest an Anchor Element within a Paragraph

Link to the challenge:

Are you still struggling with this task?
Look at the example on the top left of your screen, it is very similar to what they are asking you to do. Nest the a tags within new p tags which you must create.

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