heyyy
need some help, I can see the whole thing in the preview but my code doesn’t pass!
any clue on whats the issue ?
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<section>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
</section>
<section>
<h2>Cat Lists</h2>
<h3>Things cats love:</h3>
<ul>
<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul>
<figure>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg"> <alt="A slice of lasagna on a plate.">
<figcaption>Cats love lasasgna</figcaption>
</figure>
</section>
</main>
</body>
</html>
please post a link to the challenge (normally the “Ask For Help” button puts a link for you but you may have removed it)
1 Like
Thank you for that, yea must deleted it by mistake.
How can i retrieve the link ?
I copied the link into your post for you. (You just needed to copy the URL from the browser and add it to your post)
1 Like
christinasaba22:
lasasgna
you have a typo in this word
OMG amazing , thank you i was starting at it for like 10 minutes !
Thank you for the help !
1 Like
That was one of the issues but it seems that is still not passing !
any clues ?Learn HTML by Building a Cat Photo App - Step 24 - #7 by christinasaba22
can you post the new code? i don’t notice anything wrong right now other than the typo which you said you have fixed.
1 Like
thank you, ı reset the lesson and replıed the code, and it works!
thank you for the help though !
Heyy, any one can see the issue on this code ? i cannot het the hang of it, any ideas ?
Thank you
Your code so far
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<section>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cat photos -->
<p>Click here to view more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a>.</p>
<a href="https://freecatphotoapp.com"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
</section>
<section>
<h2>Cat Lists</h2>
<h3>Things cats love:</h3>
<ul>
<li>cat nip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul>
<figure>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg"><alt="A slice of lasagna on a plate">
<figcaption> Cats love lasagna.</figcaption>
</figure>
</section>
</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/106.0.0.0 Safari/537.36
Challenge: Learn HTML by Building a Cat Photo App - Step 24
Link to the challenge:
Hi @christinasaba22
I think you should copy and paste the sentence they want and be aware that spaces are characters as well, it mus be exactly the same words.
Hope that helps. Happy coding!
1 Like
Hey, @carlosvisator thank you for that, I have just reset the lesson reapplied the code and it worked !!
I glad Christina
Keep going, baby steps every day, slow dow as much you need, even check things on MDN Web Docs.
Trying to understand what are you doing it will help you later on.
If you like videos, Kevin Powell has a lot of good ones related to CSS, for example.
Happy coding!
system
Closed
May 2, 2023, 9:09am
14
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.