HTML Quick Reference, Page 5 of 9

Lists

(lists can be nested)
Unordered (Bullet) List <UL> <LI> </UL> <LI>before each item
Ordered (Numbered) List <OL> <LI> </OL>
Menu List <MENU> <LI> </MENU>
Directory List <DIR> <LI> </DIR>
Definition List <DL> <DT> <DD> </DL> <DT> = term
<DD> = definition
N1.0 Bullet Type <UL TYPE=DISK|CIRCLE|SQUARE> for the whole list
List Item <LI TYPE=DISK|CIRCLE|SQUARE> this item and subsequent
N1.0 Outline Type <OL TYPE=A|a|I|i|1> use letters or numbers for the whole list
List Item <LI TYPE=A|a|I|i|1> use letters or numbers for this and subsequent items
N1.0 Starting Number <OL VALUE=?> for the whole list
List Item <LI VALUE=?> this and subsequent


Special Characters

(these must all be in lower case)
complete list at http://ds.internic.net/rfc/rfc1866.txt
ASCII Code &#?; ? is the ASCII value
< &lt;
> &gt;
& &amp;
" &quot;
N1.0 ® &reg; registered trademark
N1.0 © &copy; copyright

previous page table of contents Dan Keller Technical Services Home Page next page
http://keller.com/html-quickref/5.html
Last Updated: Sunday, 11-Jun-2006 14:18:28 CDT

Copyright © 1996
Dan Keller Technical Services