Quick Reference Sheets for Webmasters
Quick Reference sheets are packed full of useful information for all webmasters.
HTML Reference Sheet
HTML Tag List
<ul>
This tag sets an unordered bulleted list of items.
Attributes
None. all attributes deprecated in favour of CSS.
example:
<ul>
<li>Item 1</li>
<li>Item 2</li>
</ul>