<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:
- Text, numbers, or special characters
- External Linking Elements
- <inline-supplementary-material> Inline Supplementary Material
- Related Material Elements
- Paragraph-level Display Elements
- <address> Address/Contact Information
- <array> Array (Simple Tabular Array)
- <boxed-text> Boxed Text
- <chem-struct-wrap> Chemical Structure Wrapper
- <code> Code Text
- <fig> Figure
- <fig-group> Figure Group
- <graphic> Graphic
- <media> Media Object
- <preformat> Preformatted Text
- <supplementary-material> Supplementary Material
- <table-wrap> Table Wrapper
- <table-wrap-group> Table Wrapper Group
- <alternatives> Alternatives For Processing
- Standards Note and Example Elements
- <disp-formula> Formula, Display
- <disp-formula-group> Formula, Display Group
- Citation Elements
- Emphasis Elements
- <award-id> Award Identifier
- <funding-source> Funding Source
- <open-access> Open Access
- <chem-struct> Chemical Structure (Display)
- <inline-formula> Formula, Inline
- Inline Display Elements
- Lists
- Math Elements
- Other Inline Elements
- <ref-list> Reference List (Bibliographic Reference List)
- <disp-quote> Quote, Displayed
- <speech> Speech
- <statement> Statement, Formal
- <verse-group> Verse Form For Poetry
- <fn> Footnote
- <target> Target of an Internal Link
- <tbx:entailedTerm> Entailed Term
- <xref> X(cross) Reference
- <break> Line Break
- Baseline Change Elements
This element may be contained in:
<abstract>, <ack>, <annotation>, <app>, <app-group>, <author-comment>, <bio>, <body>, <boxed-text>, <caption>, <def>, <disp-quote>, <editing-instruction>, <fig>, <fn>, <glossary>, <index>, <index-div>, <index-group>, <list-item>, <meta-note>, <non-normative-example>, <non-normative-note>, <normative-example>, <normative-note>, <notes>, <notes-group>, <open-access>, <ref-list>, <sec>, <speech>, <statement>, <supplementary-material>, <table-wrap-foot>, <td>, <term-display>, <term-sec>, <th>, <toc>, <toc-div>, <toc-group>
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>
...