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 Introduction to HTML and CSS (2016) HTML: The Structural Foundation of Web Pages and Applications Test: Create an Unordered List

Daniel Zimmerman
Daniel Zimmerman
210 Points

What's an Item tag? It was asked during the unordered list challenge.

I got the challenge right but still don't really understand that term. I was guessing it more or less.

1 Answer

Zoran Varmuza
Zoran Varmuza
1,008 Points

Hi,

Item tag is the tag that shows the browser that something is an item in a list. Item is a part of the list. When you go shopping you will have a list of things to buy. The item in a list will be a product, like eggs, milk etc. As far as I have learned there are three lists - <ul> - unordered list which will be displayed bulleted, <ol> which will be numbered and a <dl> description list. All this lists have in common the list item <li>.