KBD
The kbd element 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;
}