| <TT> | NN all IE all HTML all |
 |
| <TT>...</TT> | End Tag: Required |
| |
The TT
element renders its content as monospaced text (indicating a teletype
output). The element is intended to be strictly a formatting--as
opposed to a contextual--element. If you are looking for a
contextual setting for computer program code or input, see the
CODE, KBD, and
SAMP elements. As with most font-related elements,
the use of style sheets is preferred.
|
| |
Example
<P>The computer said, <TT>"That does not compute."</TT></P>
|
| |
Object Model Reference
| IE |
[window.]document.all.elementID |
|