The kbd HTML Tag


January 11, 2021

Welcome to part two of the Uncommon HTML Tag series!

With each article in this series, I will introduce a widely unknown HTML tag, discuss compatibility across browsers and cover some real-world use cases with the element.


The < kbd > Tag

The <kbd></kbd> tag defines user input on your document and, by default, uses the browser's monospace font for visual distinction.

While the most common use-case for using this tag is to denote keyboard input, this tag can also be used for any user input such as voice or other commands.

Let's take a look at how it's used!


<p>To open a new tab on Mac, press <kbd>Cmd</kbd> + <kbd>T</kbd>.</p>

<p>To open a new tab on Windows, press <kbd>Ctrl</kbd> + <kbd>T</kbd>.</p>



Both the opening and closing tags are mandatory and, unlike some of the other HTML tags we've discussed, does not contain any unique attributes (global attributes can be used).

If you want to have the content of the tag stand out, consider applying some custom CSS.



Compatibility

The <kbd></kbd> tag is part of the HTML Living Standard and is supported on all major web browsers!



Conclusion

Thanks for reading! Have you ever used the <kbd></kbd> tag in a project? Let me know in the comments below!

If you liked this article and want more content like this, read some of my other articles , subscribe to my newsletter and make sure to follow me on Twitter!

Subscribe to my newsletter

A periodic update about my life, recent blog posts, how-tos, and discoveries.

No spam

I never send spam. And you can unsubscribe at any time!

Subscribe to my newsletter

A periodic update about my life, recent blog posts, how-tos, and discoveries.

KBD HTML Tag Banner