Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 557 Bytes

keyboard-button-element.md

File metadata and controls

18 lines (11 loc) · 557 Bytes

Keyboard button element

This is great for showing keyboard shortcuts in HTML or Markdown. I didn't know about them for far too long. They're great for documentation!

Syntax

<kbd>Ctrl</kbd> + <kbd>Alt</kbd> + <kbd>Delete</kbd>

Result

Ctrl + Alt + Delete

Resources