|
|
HTML <kbd> tag
Syntax
<kbd> - </kbd>
Definition and Usage
The KBD element denotes text to be entered
by the user. Visual browsers typically render KBD
as monospaced text, but authors can suggest a rendering using style sheets.
Standard Attributes
| id, class, title, style, dir, lang, xml:lang |
For a full description, go to Standard
Attributes.
Event Attributes
| onclick, ondblclick, onmousedown, onmouseup, onmouseover,
onmousemove, onmouseout, onkeypress, onkeydown, onkeyup |
For a full description, go to Event Attributes.
Example
| Source |
Output |
|
Variables are instruments where measurements and/or results are stored.
You can find in variables the result of <kbd">empirical</kbd>
observations and/or the result of computing.
|
Variables are instruments where measurements and/or results are stored. You can find in variables the result of empirical observations and/or the result of computing.
|
|
|