References

Collection of references for web development.

HTML kbd tag

Description

The HTML <kbd> element represents keyboard input, or text that should be entered with a device.

Example

<p>Select the current text and copy with the keyboard command <kbd>Ctrl+C</kbd>.</p>