XHTML Text Phrases and Paragraphs
<abbr>…</abbr>
Usage | Used to define abbreviations. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. | Notes | |
<acronym>…</acronym>
Usage | Used to define acronyms. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<address>…</address>
Usage | | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. | Notes | The <br /><address> |
<blockquote>…</blockquote>
Usage | Used to display long quotations. | Start/End Tag | Required/Required. | Attributes | core, i18n, events.
cite="url"
The URL of the quoted text. | Empty | No. |
<br />
Usage | Forces a line break. | Start/End Tag | Required/Illegal. | Attributes | core, i18n, events. | Empty | Yes. |
<cite>…</cite>
Usage | Cites a reference. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<code>…</code>
Usage | | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<del>…</del>
Usage | | Start/End Tag | Required/Required. | Attributes | core, i18n, events.
cite="url"
datetime="datetime" | Empty | No. |
<dfn>…</dfn>
Usage | Defines an enclosed term. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<h1>…</h1> Through <h6>…</h6>
Usage | Text heading. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<ins>…</ins>
Usage | | Start/End Tag | Required/Required. | Attributes | core, i18n, events.
cite="url"
datetime="datetime" | Empty | No. |
<kbd>…</kbd>
Usage | Indicates text a user would type. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<p>…</p>
Usage | Defines a paragraph. | Start/End Tag | Required/Optional. | Attributes | core, i18n, events. | Empty | No. |
<pre>…</pre>
Usage | Displays preformatted text. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<q>…</q>
Usage | | Start/End Tag | Required/Required. | Attributes | core, i18n, events.
cite="url"
The URL of the quoted text. | Empty | No. |
<samp>…</samp>
Usage | Identifies sample output. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<strong>…</strong>
Usage | Stronger emphasis. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<sub>…</sub>
Usage | Creates subscript. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<sup>…</sup>
Usage | Creates superscript. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
<var>…</var>
Usage | A variable. | Start/End Tag | Required/Required. | Attributes | core, i18n, events. | Empty | No. |
|