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 -->
<p>See more cat photos in our gallery.</p>
<a href="https://freecatphotoapp.com">" click here to go to freephotoapp.com </a>
<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 mobile information:
SM-J701F - Android 9 - Android SDK 28
Challenge: Learn HTML by Building a Cat Photo App - Step 11
It appears the wrong text has been entered into the link. I think there was some confusion between the example and the instructions.
link to cat pictures is the text to place inside the anchor.
Please make sure the anchor is touching both sides of the text.
Example Only:
<a href="value url">text</a>
Please make sure to use the provided text in the instructions, along with the current anchor.
You can either remove the text currently in the anchor and replace it with the correct text. Or you can reset the step and add the text between the anchor tags.
Keep up the good progress.
I am including a link to a great article found in FCC News category that explains how to turn text and images into links. I think it will help you with the next lesson and more down the coding road. It has great examples in it, too.
FCC News Article Turn Image and Text Into Links