Quick Reference Sheets for Webmasters
Quick Reference sheets are packed full of useful information for all webmasters.
HTML Reference Sheet
HTML Tag List
<li>
The LI element defines a list item. This tag is used in both ordered and unordered lists.
Attributes
none. all attributes have been deprecated in favour of CSS
example:
<ul>
<li>Item 1</li>
<li>Item 2</li>
<li>Item 3</li>
</ul>