Question about HTML Basic

Tell us what’s happening:
It is giving me the instruction to put Cat Phot as the anchor text, but not telling me where I need to put that o the URL. I watched the video, but it covers up the URL as the person in it is writing it with the website page so that is not helpful at all.

Your code so far


<h2>CatPhotoApp</h2>
<main>
<catphoto href= "https://freecodecamp.org/cat photos">this links to freecodecamp.org


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

Your browser information:

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

Challenge: Link to External Pages with Anchor Elements

Link to the challenge:

Hi @joehenderson221!

Welcome to the forum!

So I would suggest reseting the lesson because we have some syntax errors like this

Once you reset the lesson than your task is to create an anchor tag <a></a>
Then use the link provided for you as the href https://freecatphotoapp.com
Then the anchor text is cat photos

example:

<a href="example.com">anchor text</a> 

Hope that helps!

Duly Noted. Will do, and if it works I will let you know. If not I’ll check again. Thanks!

I got it! Thank you so much!

1 Like