kbd
Description
The kbd element for HTML represents user input (typically keyboard input, although it may also be used to represent other input, such as voice commands).
Syntax
HTML
<kbd attribute-name="attribute-value"></kbd>
Attributes
CSS
kbd { font-family: monospace; }