<h2>CatPhotoApp</h2>
<main>
< a href="http://freecatphotoapp.com>" "catphotos" </a>
<img src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."/<a>
<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>
<!--
create an a element that links to hhtp://freecatphotoapp.com and has "cat photos" as its anchor text.
-->
Your browser information:
User Agent is: Mozilla/5.0 (X11; CrOS x86_64 13505.111.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.152 Safari/537.36.
Challenge: Link to External Pages with Anchor Elements
You need to write “cat photos”, you missed out the space.
You alse need to correct the href link. Just copy and paste the given link.
And you didn’t close the tag of a element.
You have a couple of things incorrect. It asks you to create an a element that links to https://freecatphotoapp.com.
You have an incorrect protocol…http != https
It asks you to have cat photos as the anchor text. catphotos != cat photos