< All the HTML Tags >

<kbd></kbd>

Video Coming Soon...

  • kbd

    Tag Type

    inline

    Tag Category

    text formatting

    Defines keyboard input

    Viewed

    1

    Examples

    1

Definition:

The HTML <kbd> tag is used to define keyboard input, indicating text that should be typed by the user.

Typically rendered in a monospace font, this tag is particularly useful in technical documentation or tutorials, helping to clarify what input is expected from users.

Incorporating the `<kbd>` tag improves the clarity of instructions and enhances user understanding of keyboard commands.

Attributes:

Global attributes (e.g., class, id, style)

Accessibility:

Coming Soon…

Default kbd Example:

Using the <kbd> tag to display keyboard input.
<kbd>Ctrl + C</kbd>

Default kbd Result:


Coming Soon…

Community Examples:

Coming Soon…
Coming Soon…