HTML Tag and Attribute Reference

<ul>
    <ul> . . . </ul>
    Defines an unordered list of bulleted <li> elements.

Attributes

    compact
        Display the list in a more compact manner.

    type=bullet
        Set the bullet style for this list to either circle, disc (default), or square.



<var>
    <var> . . . </var>
    The enclosed text is a variable's name.



<wbr>
    <wbr>
    Indicate a potential word-break point within a <nobr> section.



<xmp>
    <xmp> . . . </xmp>
    Same as <pre width=80> . . . </pre>; depreciated, do not use.