KBD
Description
The KBD element changes the character rendering of the
contents of the element to logically represent
text entered as keyboard input.
Minimum Attributes
<KBD>characters...
</KBD>
All Possible Attributes
<KBD
LANG="..."
DIR=ltr|rtl
ID="..."
CLASS="...">characters...
</KBD>
Elements Allowed Within...
members of group
Allowed In Content Of...
Any element that permits members of the group
Variations
While intended to be distinguishable from CODE, so that
input and output would be different, most browsers render
this the same as CODE, simply as a fixed-width font.
The LANG and DIR attributes are introduced with the
internationalization proposal.
All character definition elements are Level 2.