tbook: DTD Element View [User Element View]
[Home] [Elements] [Entities] [Prev] [Next]

Element itemize

Synopsis

Content Model

(item*)

Attributes

NameTypeDefault Value
style CDATA None
class CDATA None
xml:lang NMTOKEN None
id ID None

Parameter Entities

The following parameter entities contain itemize: block, list, sectbegin

Description

A not numbered list of <item>s.

Parents

article, chapter, index, item, letter, p, paragraph, proof, references, section, subparagraph, subsection, subsubsection, theorem

Children

item

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:


HTML Presentation of tbook by DTDParse (version 2.0beta6).