Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<!-- User Editable Region -->
<p>See more cat photos in our gallery <a href="http://freecatphotoapp.com"</a> </p>
<a href="https://freecatphotoapp.com">link to cat pictures</a>
<!-- User Editable Region -->
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back.">
</main>
</body>
</html>
Your browser information:
User Agent is: Mozilla/5.0 (iPhone; CPU iPhone OS 16_3_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.3 Mobile/15E148 Safari/604.1
Challenge: Learn HTML by Building a Cat Photo App - Step 12
You are asked to turn the words cat photos into a link. You had learned to make a link using anchor elements in a previous step. You should put that to use here.
I recommend you to click the Reset button .
Then turn only cat photos into a link and also don’t forget to use the href attribute properly.
You are adding the words “cat photos” and then putting the link around that, but thats now what you are asked to do. The challenge never asked you to add the words “cat photos”
When you reset the lesson the challenge gives you a sentence already made up. Its your job to put the link around that “cat photos” that the challenge gave you. Do not add your own text