Kbd

Keyboard key affordances with the native kbd element.

Basic Keys

Press Enter to submit.

<p>Press <kbd>Enter</kbd> to submit.</p>

Key Combinations

Save with Ctrl + S

Open search with + K

<p>
  Save with <kbd>Ctrl</kbd> + <kbd>S</kbd>
</p>
<p>
  Open search with <kbd></kbd> + <kbd>K</kbd>
</p>

In Instructions

Focus the address bar with Ctrl + L, type a URL, then press Enter.

<p>
  Focus the address bar with <kbd>Ctrl</kbd> + <kbd>L</kbd>, type a URL,
  then press <kbd>Enter</kbd>.
</p>