|
|
|
|
|
|
Structural
Elements |
|
TITLE
|
TAG &
DESCRIPTION |
|
Heading |
<H?> </H?> |
|
document header, the ? defines 6
levels (#'s 1-6) |
|
Division |
<DIV> </DIV> |
|
generic style container |
|
Defined Content |
<SPAN> </SPAN>
|
|
generic style container |
|
Block Quote |
<BLOCKQUOTE> </BLOCKQUOTE>
|
|
long quotation block, usually
indented |
|
Quote |
<Q> </Q> |
|
short quotations |
|
Emphasis |
<EM> </EM> |
|
emphasized text, usually
displayed as italic |
|
Strong Emphasis |
<STRONG> </STRONG> |
|
strongly emphasized text,
usually displayed as bold |
|
Citation |
<CITE> </CITE>
|
|
citation, usually italics
|
|
Code
|
<CODE> </CODE> |
|
for source code listings
|
|
Sample Output |
<SAMP> </SAMP> |
|
sample program output |
|
Keyboard Input |
<KBD> </KBD> |
|
text that should be entered by
the user |
|
Variable |
<VAR> </VAR> |
|
program variable or output |
|
Definition |
<DFN> </DFN> |
|
definition, not widely
implemented |
|
Address |
<ADDRESS> </ADDRESS>
|
|
author information |
|
Large Font Size |
<BIG> </BIG> |
|
uses a large text size |
|
Small Font Size |
<SMALL> </SMALL> |
|
use a small text size |
|
Insert |
<INS> </INS> |
|
marks inserted text in a new
version |
|
Time of Change |
<INS DATETIME=":"> </INS>
|
|
marks time of addition |
|
Comments |
<INS CITE="URL"> </INS>
|
|
comments on the additions in a
new version |
|
Delete |
<DEL> </DEL> |
|
marks deletions in a new version
|
|
Time of Change |
<DEL DATETIME=":"> </DEL>
|
|
time of deletion in document |
|
Comments |
<DEL CITE="URL"> </DEL>
|
|
comments about the deletion |
|
Acronym |
<ACRONYM> </ACRONYM>
|
|
acronyms |
|
Abbreviation |
<ABBR> </ABBR> |
|
abbreviation |
|
|