loose DTD: UL element | WebReference

loose DTD: UL element

UL

The <UL> represents a list of items -- typically rendered as a bulleted list.

The content of a <UL> element is a sequence of <LI> elements. For example:

    <UL>
    <LI>First list item
    <LI>Second list item
     <p>second paragraph of second item
    <LI>Third list item
    </UL>

Content


ATTRIBUTES
CONTENT DECLARATION

Tag Minimization
Open Tag: REQUIRED
Close Tag: REQUIRED

Parent Elements


Top Elements
All Elements
Tree


loose DTD