Tell us what’s happening:
Describe your issue in detail here.
My latest problem is on 24, and my code im having issue with is this line:
Your code so far< alt = “a slice of lasagna on a plate.”>, and I cannot find where I need to have the alt, and ive tried for about an hour and a half trying to get it so thank you for reading!
<html>
<body>
<main>
<h1>CatPhotoApp</h1>
<section>
<h2>Cat Photos</h2>
<p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a> online!</p>
<p>See more <a target="_blank" href="https://freecatphotoapp.com">cat photos</a> in our gallery.</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>catnip</li>
<li>laser pointers</li>
<li>lasagna</li>
</ul>
<img scr= "https://cdn.freecodecamp.org/curriculum/cat-photo-app/lasagna.jpg">< alt = "a slice of lasagna on a plate."></a>
</section>
</main>
</body>
</html>
Your mobile information:
SM-S901U - Android 14 - Android SDK 34
Challenge: Learn HTML by Building a Cat Photo App - Step 24
Link to the challenge: