HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

kbd

Description

The kbd element for HTML represents user input (typically keyboard input, although it may also be used to represent other input, such as voice commands).

Syntax

HTML

<kbd attribute-name="attribute-value"></kbd>

Attributes

Global

CSS

kbd
{
    font-family: monospace;
}

Examples

1 · CSS