Anchor link and description

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

having trouble with this, " Create an a element that links to https://www.freecatphotoapp.com and has “cat photos” as its anchor text."
this is what I have entered <a href=https://www.freecatphotoapp.com /a>


<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>
<a href=https://www.freecatphotoapp.com /a>

  **Your browser information:**

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

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

I suggest taking the time to slow down and look carefully at the example that is given in the challenge description.

1 Like

Hi @hsn !

Welcome to the forum!

I would reset the lesson because there are a few issues.

This is the basic structure for an anchor tag.

<a href="url-goes-here">anchor text goes here</a>

Hope that helps!

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