Get your own website Result Size: 625 x 565
x
 
<!DOCTYPE html>
<html>
<head>
<style>
/* Default CSS Values */
kbd {
  font-family: monospace;
}
</style>
</head>
<body>
<p>A kbd element is displayed like this:</p>
<kbd>Keyboard input</kbd>
<p>A customized kbd element (changed font-family):</p>
<kbd style="font-family:Impact;">Keyboard input</kbd>
</body>
<!-- Mirrored from www.w3schools.com/cssref/tryit.php?filename=trycss_default_kbd by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:50:32 GMT -->
</html>