<TT> and </TT>

Description:

Display text as teletype or monospace font.

Attributes:

dir=direction
Indicates the language of the text in the body.
event=JavaScript
When event occurs, execute the specified JavaScript.
id = "name"
You can give an ANCHOR a name, which allows it to be referenced and changed in a script (dynamic HTML).
lang="lang"
Indicates the language of the text within the document body.

Examples:

This is <TT>teletype</TT> text.

This is teletype text.