Up: Elements reference



<itemize>

Attributes:

xml:lang
human language (inherited)
id
unique name (identifier)
style/class
style properties and class (e.g. for CSS)

Possible Contents: item*

Description: A not numbered list of <item>s.

Example

     <p>The most important problems are:
       <itemize>
         <item>rough edges</item>
         <item>small etch holes</item>
         <item>wriggling notch</item>
       </itemize>
     </p>

This yields:

     The most important problems are: