Tell us what’s happening:
i cant seem to figure out what i have wrong
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 <a href="https://freecatphotoapp.com/>cat photos</a> in our gallery.</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 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Please try removing the / at the end of the anchor, and checking for something missing in the anchor that is at the beginning but missing at the end of it.
I’ve looked on other peoples post about the same problem and ive tried implementing their ways of fixing it and i still come up with and error the hint i was " The link’s href value should be https://freecatphotoapp.com . You have either omitted the href value or have a typo."
i don’t know if this helps or brings value but I’m stuck .
Please view just before the https, and notice it is missing at the end of the link. Please removing the / for some reason the system does not like it resulting in error messages. This issue is being tracked because many people are having it.
Once you have attempted it with these changes, if it does not pass, please post the updated code?
i finally got it to work when i fixed the code i didnt relies i put a space in-between photos and take the space away and it worked i do thank you for the help.