Stuck at creating a bulleted unordered list

Tell us what’s happening:
ireally don’t know where the problem is i created the unorder listbelow:

    <1i>cats love milk <1i>sleeping alot <1i>running around its not running some one please help
  **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://www.bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
<ul>
  <1i>cats love milk</1i>
  <1i>sleeping alot </1i>
  <1i>running around</1i>
</u1>
</main>
  **Your browser information:**

User Agent is: Mozilla/5.0 (Windows NT 6.3; Win64; x64; rv:88.0) Gecko/20100101 Firefox/88.0.

Challenge: Create a Bulleted Unordered List

Link to the challenge:

Hello @lailawendo

you should use L instead of 1
like <li> and not <1i>

1 Like

ohhhh!Thanks alot :smile:
i highly appreciate

1 Like

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