Version | //IETF//DTD HTML 2.0 Strict//EN
|
---|
Element | ADDRESS |
---|
Purpose | address, signature, or byline |
---|
Description | This element is used to enclose contact information about the document's author.
Note that there is no implied linebreaks in the content.
|
---|
Start tag | Required <ADDRESS>
|
---|
Attributes | Name | Type | Default | Comment |
---|
SDAFORM | CDATA | #FIXED "Lit" | 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 | SDAPREF | CDATA | #FIXED "Address:RE;" | generated text prefix; 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 | P )*
|
---|
End tag | Required </ADDRESS>
|
---|
Referenced in | BLOCKQUOTE BODY FORM
|
---|
Example | Source | Appearance |
---|
An address to "sign" a document:
<P><ADDRESS>By John December (john@december.com)</ADDRESS>
<P>An address to give a location with linebreaks:
<P><ADDRESS>The HTML Institute<BR>45 Markup Square<BR>Cudahy WI 53110</ADDRESS>
| An address to "sign" a document:
By John December (john@december.com)
An address to give a location with linebreaks:
The HTML Institute 45 Markup Square Cudahy WI 53110
|
|
---|