Tell us what’s happening:
Describe your issue in detail here.
Your code so far
<html>
<body>
<main>
<p>
<a>
<h1>CatPhotoApp</h1>
<h2>Cat Photos</h2>
<!-- TODO: Add link to cute cats -->
<p>Everyone loves <a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg"></a></p>
<p>See more
<a href="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg">cute cats</a></p>
<img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/running-cats.jpg" alt="Running Cats">
</a>
</p>
</main>
</body>
</html>
Your mobile information:
Infinix X6833B - Android 14 - Android SDK 34
Challenge: Learn HTML by Building a Cat Photo App - Step 14
Link to the challenge: