HTML 5: The Markup Language (ARIA Edition)

kbduser input # T

The kbd element represents user input.

Content model #

Attribute model #

Element-specific attributes #

Tag omission #

A kbd element must have both a start tag and an end tag.

Permitted contexts #

Typical default display properties #

kbd {
font-family: monospace; }

Details #

The kbd element typically represents keyboard input, though it may also represent other input, such as voice commands.