UnorderedListItem class

Begin changeThe UnorderedListItem class represents a list element for an UnorderedList and is a type of HTMLListItem. Each UnorderedListItem you create is added to your UnorderedList.

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

 
This example produces the following tag:

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

End change