Unordered Lists(continued)

The following example shows the HTML markup of an unordered list, and the results displayed by your browser.

html markup

<UL type="square">
<LI>This is the first item in the bulleted list. You can have multiple paragraphs, images, and so forth.
<LI>This is the second item in the bulleted list.
</UL>

browser displays