 Unordered 
  Lists(continued)
Unordered 
  Lists(continued)The following example shows the HTML markup of an unordered list, and the results displayed by your browser.
<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> 
This is the first item in the bulleted list. You can have multiple paragraphs, images, and so forth.
This is the second item in the bulleted list.