Please help me, im stuck

What exactly im i missing and pelase show and explain to me how I can fix it.

   **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>
<u1>
<li>Milk</li>
<li>String</li>
<li> Fish</li>
</ul>
</main>
   **Your browser information:**

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

Challenge: Create a Bulleted Unordered List

Link to the challenge:

Here is your problem :slightly_smiling_face:

1 Like

I copied your code into the challenge. Line six of your code opens the Unordered list with a <u1> element instead of an <ul> tag. Correct that and your code will pass the tests.

You probably got it now, but I will throw one more clarification into the mix: your error code uses the number 1 (β€œone”) where it should be the letter β€œl”, standing for β€œlist”.

1 Like

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