Language References
Renders text in a fixed-width font. | HTML 2, 3.2, 4, 4.01, 5 |
HTML Syntax
<kbd
class = classname
id = value
style = css properties
title = text
event = script
>
The KBD element displays text in a special font that is meant to indicate that the user should type the text on the keyboard. Most browsers display the specified text in the current fixed-width font.
KBD Members
<p>This paragraph shows <kbd>the effect of using the KBD element</kbd>.
This paragraph shows the effect of using the KBD element.
CODE PRE SAMP TT XMP