kbd tag or keyboard input tag
The <kbd> tag is a phrase tag. It defines keyboard input.
This tag is not deprecated, but it is possible to achieve richer effect with CSS.
<!DOCTYPE html>
<html>
<body>
<kbd>Keyboard input</kbd><br>
</body>
</html>
Output:
Keyboard input
Comments
Post a Comment