continue:
|
some other goodies
|
back:
|
tables
|
|
sample bullet list |
|
sample of an ordered list with numbers |
|
sample of an ordered list with roman numbers |
|
sample of an ordered list with letters |
|
|
| <UL>with</UL> | to define a bullet list (unordered list) |
| <OL>and</OL> | to define a list with numbers (ordered List) |
| <LI>with or without</LI> | to define the topic |
| on <UL> : | TYPE=circle | topic marked with little circle |
| TYPE=square | topic marked with little square | |
| TYPE=disc | topic marked with little disc | |
| on <OL> : | TYPE=I | topic marked , and counted with roman numbers |
| TYPE=i | topic marked , and counted with lowercase roman numbers | |
| TYPE=A | topic marked , and counted with uppercase letters | |
| TYPE=a | topic marked , and counted with lowercase letters | |
| START= | numbering starts with the value after = | |
| on <LI> : | VALUE= | the numbering is skipped to the value after = |
sample, bullet list |
||
|
<UL>this is a bullet list <LI>first topic in list <LI>next topic in list <LI>again topic, this time more of text <BR>and a new line <LI>again a topic </UL> |
It views like that :
|
|
try it
sample of an ordered list with numbers |
|
<OL START=7>this is an ordered list with a start value <LI>first topic in list <LI>next topic in list <LI>again topic, this time more of text <BR>and a new line <LI>again a topic </OL> |
It views like that :
|
|
sample of an ordered list with roman numbers |
|
<OL TYPE=I>this is an ordered list with roman numbers <LI>first topic in list <LI>next topic in list <LI>again topic, this time more of text <BR>and a new line <LI>again a topic </OL> |
It views like that :
|
|
sample of an ordered list with letters |
|
<OL TYPE=A>this is an ordered list with letters <LI>first topic in list <LI>next topic in list <LI>again topic, this time more of text <BR>and a new line <LI>again a topic </OL> |
It views like that :
|
|
|
|
|
sample bullet list |
|
sample of an ordered list with numbers |
|
sample of an ordered list with roman numbers |
|
sample of an ordered list with letters |
continue:
|
some other goodies
|
back:
|
tables
|