Key

An on-screen representation of a key on a computer keyboard.

Basic Usage

Add the class key to an element (typically a kbd element).

To save a file in most applications, you can press Ctrl + S (or + S on a Mac).

HTML Copied!
<p class="paragraph">
  To save a file in most applications, you can press
  <kbd class="key">Ctrl</kbd> + <kbd class="key">S</kbd> (or
  <kbd class="key">⌘</kbd> + <kbd class="key">S</kbd> on a
  Mac).
</p>