Logical Formatting. Controlled by the browser's style definitions.
|
Headings |
<H?> </H?> |
six levels are defined |
|
Emphasis |
<EM> </EM> |
usually rendered as italics |
|
Strong Emphasis |
<STRONG> </STRONG> |
usually rendered as bold |
|
Preformatted |
<PRE> </PRE> |
display text as-is, with a fixed-width font |
|
Width |
<PRE WIDTH=?> </PRE> |
in characters |
|
Pre/No Tags |
<XMP> </XMP> |
like PRE but embedded tags are not processed |
|
Citation |
<CITE> </CITE> |
usually rendered as italics |
|
Code |
<CODE> </CODE> |
for source code listings, rendered in a fixed-width font |
|
Sample Output |
<SAMP> </SAMP> |
|
Keyboard Input |
<KBD> </KBD> |
|
Variable |
<VAR> </VAR> |
|
Definition |
<DFN> </DFN> |
often unimplemented |
| N1.0 |
Font Size |
<FONT SIZE=?> </FONT> |
ranges from 1 to 7 |
| N1.0 |
Base Font Size |
<BASEFONT SIZE=?> |
range 1-7; default 3 |