2. HTML Specification
Note that different information type elements may be rendered in the same way.
The Citation element specifies a citation; typically rendered as italics.
The Code element indicates an example of code; typically rendered as monospaced . Do not confuse with the Preformatted Text element.
The Emphasis element indicates typographic emphasis, typically rendered as italics.
The Keyboard element indicates text typed by a user; typically rendered as monospaced . It might commonly be used in an instruction manual.
The Sample element indicates a sequence of literal characters; typically rendered as monospaced.
The Strong element indicates strong typographic emphasis, typically rendered in bold.
The Variable element indicates a variable name; typically rendered as italic.
Generated with CERN WebMaker
2.10.1 Citation
<CITE>...</CITE>
2.10.2 Code
<CODE> ... </CODE>
2.10.3 Emphasis
<EM> ... </EM>
2.10.4 Keyboard
<KBD> ... </KBD>
2.10.5 Sample
<SAMP> ... </SAMP>
2.10.6 Strong
<STRONG> ... </STRONG>
2.10.7 Variable
<VAR> ... </VAR>
HTML 2.0 Specification (Internet Draft) - 29 NOV 94
[Next] [Previous] [Up] [Top]