Anjiyy
August 9, 2024, 4:59pm
1
Tell us what’s happening:
Describe your issue in detail here.
Is there anything I’m doing wrong?
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 <a href="https://freecatphotoapp.com">cat photos</a> in our gallery.</p> **Here especially **
<a href="https://freecatphotoapp.com">link to cat pictures</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:
iPhone - iOS15.7.8
Challenge: Learn HTML by Building a Cat Photo App - Step 12
Link to the challenge:
system
August 9, 2024, 4:59pm
2
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!
Are you receiving any hints? (What do they say?)
Anjiyy
August 9, 2024, 5:10pm
4
The hint says I should write the text see more cat photos in your gallery between the p
Can you copy your code here again? To me what you posed above looks okay but maybe you changed something?
I hope you don’t have this in the code:
Anjiyy:
**Here especially **
Hello @Anjiyy !
This was a very good attempt.
However, there should only be one cat photos
in the p element.
Try removing the cat photos
before your opening anchor, and see if that will pass for you.
Remember to remove this **Here especially **
too, please.
Wishing your good progress on your coding journey.