HELP NEEDED TO Create a Bulleted Unordered List

Tell us what’s happening:
Describe your issue in detail here.

   **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>fish</li> 
</u1>

</main>
   **Your browser information:**

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

Challenge: Create a Bulleted Unordered List

Link to the challenge:

@rhea.mendonca.77,

The unordered list tag syntax is ul not u1

your comand input must be written <ui> and </ui>, not number

Thanks I appreciate it got that

Thanks got the answer

1 Like

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