"kbd" element denotes, the text inside it will be given as input. Its not only refers to keyboard input, it also refers to mouse input or voice commands etc also. By marking the text with "kbd", it renders the content with special font.This will help screen readers also to understand this content.
Example:
To open a new window, press <kbd> Ctrl+N </kbd>