| This is an ordered list <ol> <li>list item one <li>list item two <li>list item three </ol> |
|
| This is an unordered list <ul> <li>list item one <li>list item two <li>list item three </ul> |
|
| Attributes of lists <ol style="list-style-type:upper-alpha|lower-alpha|upper-roman|lower-roman"> <ul style="list-style-type :disc|circle|square"> <li value= " # "> <ol style= "list-style-type:lower-roman" > <ul style= "list-style-type:square> |
|
| This is a definition list <dl> <dt>cat</dt> <dd>a four legged creature in the feline family</dd> <dt>dog</dt> <dd>a four legged creature in the canine family</dd> </dl> |
|