HTML - Tags - <kbd>

#72 of 147
kbd

 <html>
 <body>
     <p>To check the disk for errors, type:</p>
     <kbd>chkdsk /f c:</kbd>
 </body>
 </html>
 

The kbd element represents user input, typically from the keyboard.

A live example:


To check the disk for errors, type:

chkdsk /f c:

N of

Ads by Google


Ask a question, send a comment, or report a problem - click here to contact me.

© Richard McGrath