|
|
HTML <tt> tag
Syntax
<tt> - </tt>
Definition and Usage
The element TT specifies that the text should be rendered in teletype
or mono spaced text, where
available.
Standard Attributes
| id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard
Attributes.
Example
| Source |
Output |
Text in <tt>teletype or mono spaced text</tt>
|
Text in teletype or mono spaced text
|
|
|