W3 3.2y
4.0y
NS 3.0y
4.0y
IE 3.0y
4.0y
TV 1.2y
2.1y

<KBD>...</KBD>

Description

This is used to identify text that a user is supposed to enter.

DTD

<!ELEMENT KBD - - (%inline;)*>
<!ATTLIST KBD
  %attrs;                              -- %coreattrs, %i18n, %events --
  >
from the HTML 4.0 DTD, "Copyright © W3C, (MIT, INRIA, Keio). All Rights Reserved."

Attributes

Core attributes: class id style title
Internationalization attributes: dir lang
Events: onclick ondblclick onmousedown onmouseup onmouseover onmousemove onmouseout onkeypress onkeydown onkeyup

Examples

Source
To install the application type:<BR>
<KBD>A:<BR>
CD \<BR>
INSTALL</KBD>
 
Result
To install the application type:
A:
CD \
INSTALL
Statistics