Skip to Main Content

Key

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

Basic Usage

Add the class cd-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).

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