kbd Element
Description
kbd
Element denotes user input.
kbd
has the following style { font-family: monospace; }
.
Example
The following code shows how to use kbd
Element.
<!DOCTYPE HTML>
<html>
<body>
This is an <kbd>input</kbd>.
</body><!-- w ww . ja v a2 s. c om-->
</html>