HTML Tag
Learn HTML Tags in this blog. The HTML Tag refers to a piece of inline text that represents user keyboard input, voice input, or any other text entry device input.
The HTML Tag renders in the default monospace font on the text browser. It is used when the document needs to display text that the user must enter exactly from its keyboard.
Example:-
HTML kbd Tag
This is HTML kbd Tag Example
Press Ctrl + C to copy text (Windows).
Press Cmd + C to copy text (Mac OS).
Output:-

Tip: This tag is not disliked. However, it is possible to achieve a rich effect using CSS (see example below).
2 thoughts on “HTML Kbd Tag”