<TT>
The TT element renders text in teletype or mono-spaced format (sometimes
referred to as fixed-width.) This is useful when you want to create
easy-to-read elements on your page.
A closing tag is required for this element.
Attributes
Attribute |
Description |
ID |
Identifies this tag to reference in script (program code) |
CLASS |
Define the class used to render this element (defined by a style sheet) |
TITLE |
A title that is associated with the element (displayed as a tooltip in Internet Explorer) |
STYLE |
Defines an inline style attribute which should be applied to the contents.
Attribute may be any valid CSS (Cascading Style Sheet) information. |
|
Example
He typed: <TT>Come here watson</TT>
Renders As:
He typed: Come here watson
Compatibility
HTML 4.01
|