Language References
Renders text in a fixed-width font. | HTML 2, 3.2, 4, 4.01 Deprecated |
HTML Syntax
<tt
class = classname
id = value
style = css properties
title = text
event = script
>
The TT element displays text in typewriter type, similar to a fixed-width font.
The TT element is similar in function to the KBD and CODE elements.
TT Members
The following shows how the TT element may be used.
<p>This paragraph has <tt>some plain text</tt>.</p>
which would render on a Web page as
This paragraph has some plain text.
CODE KBD PRE SAMP XMP