<p>

Paragraph

The basic block-unit of textual information; a textual paragraph.

Remarks

This element does not have to be a well-formed paragraph as defined in high school language class, i.e., “a block of text representing a single idea, typographically differentiated from its neighbors”. Rather, the element <p> is a block (as opposed to inline) structural unit which may be only a few words or letters in length.

Attributes

Model Description

Any combination of:

This element may be contained in:

Example

...
<sec sec-type="foreword">
 <title>Foreword</title>
 <p>The text of <std type="dated" std-id="iso:std:iso:15423"
  ><std-ref>ISO/IEC 15423:2004</std-ref></std> has been 
  prepared by Technical Committee ISO/IEC/JTC 1 "Information 
  technology" of the International Organization for 
  Standardization (ISO) and is ...</p>
 ...
</sec>
...