The <UL> tag introduces an unordered list (effectively a bulleted list), with each item in that list being denoted by <LI> tags.
Syntax and Usage
<UL>
<LI>...list item 1...</LI>
<LI>...list item 2...</LI>
...more list items...
</UL>
This will insert an unordered list into the entry.
If you want to space out the items in the list, then start your ...list item... elements with <P> and end them with </P>, as in Example Two below..
Known Issues
None.
Example One
The colours of the rainbow are:
- Red
- Orange
- Yellow
- Green
- Blue
- Indigo
- Violet
Example Two
Advantages of GuideML include:
Your entries will look good on all platforms, not just web browsers.
The h2g2 parser can pull out extra information from entries and display them in a useful way.
Further Information