Karen's HXTML Class Website - Week 5 - Lists
In Lesson 5, we learned three different kinds of lists:
- definition lists
- ordered lists
- unordered lists
Lists can have different "bullets":
- Definition List
- Ordered List
- Unordered List
- Lists can have different lettering and numbering schemes:
- dd tag
- dl tag
- dt tag
- Ordered List
- ol tag
- li tag
- Unordered List
- ul tag
- li tag
- The li tag is used to list an item in a list.
- The li tag is used for both the ordered list and the unordered
list
- Each item in an unordered list gets some kind of bullet.
- Each Item in an ordered list gets a numeral, a letter, or a Roman
numeral. Each time you add an item, it gets the next higher number, letter, or Roman numeral.
- Any length of text can be put in items in ordered and unordered lists.
- A separate closing tag is required. If I'm understanding that right, each type of list will
have two closing tags at the end of the list?
I hope I understood this and I hope someone will help me with my errors and/or misunderstandings.
Return to Week 7
Week 1 (index.html) 
Week 2 
Week 3 
Week 4 
Week 5 
Week 6 
Week 7 
Week 8 
Week 9 
Week 10