<KBD>
Indicates text that should be entered by the user. This is normally
rendered in a fixed-width font to make it easier for the reader to transcribe.
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) |
|
|
|
Example
<KBD>Dir C:\</KBD>
Renders As:
Dir C:\
Compatibility
HTML 4.01
|