The kbd HTML Tag

Braydon Coyer
2 min readJan 20, 2021
The <kbd> tag

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, it can also be used for input such as voice or other commands.

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

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 a little more, consider applying some custom CSS.

If you want to play around with the tag, feel free to fork the pen below!

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!

--

--

Braydon Coyer

Front-End Specialist who likes to share his findings with the world.