Glubase - share your knowledge


All / Computers / Programming / HTML / XHTML





  • View Command

HTML / XHTML Reference

HTML / XHTML kbd definition

Browser supportInfo
IEFFOpSafVersionDepr.
FullFullFullFullHTML 2.0False

Syntax

<kbd> ... </kbd>

Type
inline element
Contains
inline elements
Contained by
block-level and inline elements

Description

Defines keyboard text.

Attributes

Common attributes

Example

[Try this example yourself]
<kbd>
  Keyboard text
</kbd>

Output

Keyboard text
  • Comments

No comments added.