<kbd>
displays text between its
opening and closing tags in a fixed-size or monospaced font.
<kbd> |
Yes | Yes | Yes | Yes | Yes |
None.
The <kbd> tag supports the Global Attributes in HTML.
The <kbd> tag supports the Event Attributes in HTML.
kbd { font-family: monospace; }
A demo showing how to use <kbd> tag.
<html>
<body>
<p>You can apply the <kbd>systemLanguage</kbd>.
</p>
</body>
</html>