Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

HTML

Luke Allen
PLUS
Luke Allen
Courses Plus Student 1,506 Points

ul tag not recognized

I am taking a quiz. I have to make an unordered list. It looks to me like a I did everything right but it is not working Screen

Valery Kukatov
Valery Kukatov
6,996 Points

Can you please include the code? It should look something like this:

<ul>
<li></li>
<li></li>
<li></li>
</ul>

Like Valery said, we would need you code to help you, we can't see what you did, and if you did it right like you said ^^.

2 Answers

Could you include what the question is and your code? That will allow us to help you.