<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 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Mobile Safari/537.36
You appear to have created this post without editing the template. Please edit your post to Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!
I suggest editing your posts and use actual words to help the OP instead of posting code with no context. Its more than likely going to confuse them more than help
No worries, the people posting these questions post because they don’t know why their code is wrong. So, it’s better to use words and explain to them where the code is wrong. Just posing incomplete code without an explanation is just confusing. Its fine to use an example, but provide information with the example
You have it set up correctly, but there are some spacing issues. You have need to remove one of the spaces after the word “more” because you have two spaces there, remove a space before the word “in” because you have an extra space there and remove the space after gallery