wrong but it is correct

Tell us what’s happening:

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://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>

<u1>
<li>milk</li>
<li>cheese</li>
<li>coding</li>
</u1>
</main>

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36.

Challenge: Create a Bulleted Unordered List

Link to the challenge:

Hi and welcome to the forum!

it looks like you forgot to fill out the Tell us what’s happening.

I am guessing you are not passing this challenge because ul is not the same as u1.

1 Like

@tabbacchino Without a question, I am only guessing at what you need help with. Do you need to make a list? If so, you need to change u1 to ul in order to make an unordered list.