Basic HTML and HTML5 - Create a Bulleted Unordered List

Tell us what’s happening:
Describe your issue in detail here.
Your li elements should not contain an empty string or only white-space. How do you do this?

  **Your code so far**
<h2>CatPhotoApp</h2>
<main>
<p>Click here to view more <a href="#">cat photos</a>.</p>

<a href="#"><img src="https://cdn.freecodecamp.org/curriculum/cat-photo-app/relaxing-cat.jpg" alt="A cute orange cat lying on its back."></a>
<u1> 
<li>milk</li>
<li>cheese</li>
<li>Tuna</li>
</u1>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (X11; CrOS x86_64 14816.131.0) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.0.0 Safari/537.36

Challenge: Basic HTML and HTML5 - Create a Bulleted Unordered List

Link to the challenge:

The tag should be lowercase “u” and lowercase “l”, which stands for “unordered list”. You are using lowercase “l” and the number 1. I agree, the font being used does make it hard to tell the difference. Hopefully this will be fixed soon.

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.