|
Waukegan Public School District 60
Everything you need to be a Web Editor!
|
|
|
HTML - ListsBulleted / Unordered ListsUnordered Lists start each item with a bullet.
<ul type="value">
starts an Unordered List (not numbered).
Type is an optional parameter than can be disc,
circle, or
square. Don't let the code confuse you! Here are a few examples with the code:
Numbered / Ordered ListsOrdered Lists start each item with a number / letter that increased for every item.
<ol type="value" start="num">
starts an Ordered List (numbered).
Combination of ListsYou can combined all of the above examples together. You can even combined ordered lists with unordered lists. Have Fun!!!
|
|
|||||||||||||||||||||||||||||||||||||||||||||
|
© 2008 Waukegan Public School District 60.
Usage Policies Last updated: Wednesday, January 24, 2007 at 4:31:21 PM. |
|||||||||||||||||||||||||||||||||||||||||||||||