<kbd>
HTML <kbd> Element Reference
The HTML <kbd> element represents user input, commonly keyboard commands or spoken instructions.
Categories
- Text-level semantics
Tag omission
Consult the HTML Living Standard for the precise tag-omission rules.
Content model
- Detailed content-model guidance will be added to this reference.
Attributes
Examples
Example
A practical kbd element example.
<p>Press <kbd>Ctrl</kbd> + <kbd>S</kbd> to save.</p>