UnorderedList class

Begin changeThe UnorderedList class represents an unordered list and is a type of HTMLList. It helps you create an unordered list for your HTML pages.

The following example shows you how to create an UnorderedList object:

 
This example produces the following tag:

When you use this tag in an HTML page, it looks like this:

End change