|
| |
Additional Markup TagsUnnumbered <> Lists <>
 | Start with an opening list with <> tag.
|
 | Enter the <> tag followed by the individual item.
|
 | End with a closing list </UL> tag.
 | <>
 | <> apples
 | <> bananas
 | </UL>
| | | | |
 | The output is:
|
Notes:

To make an unnumbered list,
Start with an opening list <> tag.
Enter the <> tag followed by the individual item. (No closing </LI> tag is needed.) End with a closing list </UL> tag.
Below an example two-item list:
The <> items can contain multiple paragraphs. Just separate the paragraphs with the <> paragraph tags.
|