Version | //IETF//DTD HTML 2.0 Strict//EN
|
---|
Element | P |
---|
Purpose | paragraph |
---|
Description | This is the paragraph element.
The recommendation is that you should have text in paragraphs.
For example, after a heading, start a P element.
|
---|
Start tag | Required <P>
|
---|
Attributes | Name | Type | Default | Comment |
---|
SDAFORM | CDATA | #FIXED "Para" | one to one mapping; in support of transformation to the International Committee for Accessible Document Design DTD for usable access to structured information by print-impaired individuals
|
|
---|
Content | ( #PCDATA | A | IMG | BR | EM | STRONG | CODE | SAMP | KBD | VAR | CITE | TT | B | I #PCDATA | A | IMG | BR )*
|
---|
End tag | Optional </P>
|
---|
Referenced in | ADDRESS BLOCKQUOTE BODY DD DIR FORM LI MENU
|
---|
Example | Source | Appearance |
---|
<H2>The Heading</H2>
<P>This is paragraph. The recommendation is that you put text after a header in a paragraph.
| The Heading
This is paragraph. The recommendation is that you put text after a header in a paragraph.
|
|
---|