So im trying to figure ouit how to do this coding. Can someone help me please?\

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

  **Your code so far**

<h2>CatPhotoApp</h2>
<main>



<img src="https://www.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>

<main> 
<img src="http://freecatphotoapp.com" alt="three kittens running towards the camera." >







  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.93 Safari/537.36 Edg/90.0.818.56.

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

@franaraya623
You should add a a tag on the top of the cat photo in this form:

<a href="link">Text</a>

The challenge gives you blank lines after main and before the img follow the example anchor link in the instructions and change the text as instructed.

You seem to have added another main and img so get rid of those or reset the code.

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