KBD EXAMPLE
Run
<html>
    <head>
        <title>
            Example of kbd element
        </title>
    </head>
    <body>
        <h2>This is an example showing the usage of HTML kbd tag.</h2>
        <p>To re-render an MDN page use <kbd>Ctrl</kbd>+<kbd>Shift</kbd>+<kbd>R</kbd>.</p>
    </body>
</html>