Hi coders, my question is not pertaining to the tsk that I’m busy with at the moment. As I was busy tapping around the other curriculums I noticed that I couldn’t access them (there’s a pop up that displays use the web version). So I’m curious if I’ll be able to access the other curriculums once I’m done with the first ones or what… The picture contains the curriculums that I cannot access.
Your code so far
<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>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 mobile information:
SM-A032F - Android 13 - Android SDK 33
Challenge: Learn HTML by Building a Cat Photo App - Step 27
Link to the challenge: