HTML List tag
Created | Updated Dec 9, 2002
This is just a test page to see what html the h2g2 site sends back to the browser.
Here's some lists samples.Unordered
- List item text.
- Another list item.
- Yet more things in the list.
Ordered
- List item text.
- Another list item.
- Yet more things in the list.
<UL>
<LI>List item text.</LI>
<LI>Another list item.</LI>
<LI>Yet more things in the list.</LI>
</UL>
HTML OL Tag
<OL>
<LI>List item text.</LI>
<LI>Another list item.</LI>
<LI>Yet more things in the list.</LI>
</OL>