Styleguide - The A11Y Project

3.3.2 #Base.Code.kbd kbd

Toggle example guides Toggle HTML markup

Initial styles applied to the kbd element without a class applied to it. The kbd element is helpful for describing things like keyboard shortcuts.

Example
Command + s
Markup
<kbd>Command</kbd> + <kbd>s</kbd>
Source: src/css/base/_code.scss, line 37