This tag generates a bulleted list from the list items it contains. Its primary effect on formatting and layout is to introduce a 1-em top and bottom margin above and below the contents of the tag. Similar to <dir>, <dl>, and <menu>.
For more information, see Bullets and Lists.
class, id, lang, style, title (ignored), type (ignored)
<h2>An Ordered List</h2>
<ol>
<li>Write a book.</li>
<li>Edit the book.</li>
<li>Convert to OEB-compliant HTML.</li>
<li>Convert to .lit file format.</li>
<li>Sell via secure web server.</li>
<li>Collect royalties.</li>
</ol>
<h2>An Unordered List</h2>
<ul>
<li>Milk</li>
<li>Eggs</li>
<li>Cereal</li>
</ul>
© 2000 Microsoft Corporation. All rights reserved. Terms of use.