Indicates text to be entered by the user, usually text rendered in a monospaced font.
Contents are rendered in a fixed-width font. This element is not deprecated, but it is possible to get much richer text effects with CSS. Use the span element with the font style property instead.
<p>To log onto Windows, press the <kbd>CTRL</kbd> + <kbd>ALT</kbd> + <kbd>DEL</kbd> keys.</p>
To log onto Windows, press the CTRL + ALT + DEL keys.