<kbd>
The <kbd> HTML element represents a span of inline text denoting user input from a keyboard, voice input, or any other text entry device. Browsers render the tag in monospace by default. Nesting <kbd> tags allows you to represent complex key shortcuts cleanly and accessibly.
<p>
Press <kbd>Ctrl</kbd> + <kbd>S</kbd> to save the document.
</p>
Press Ctrl + S to save the document.