i dont know why my code is not passing and btw i have to do this
Step 19
After the h3
element with the Things cats love:
text, add an unordered list (ul
) element. Note that nothing will be displayed at this point.
<html>
<body>
<h1>CatPhotoApp</h1>
<main>
<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>
<u1>
</section>
</main>
</body>
</html>
Challenge: Step 19
Link to the challenge: