Code
Execute
<
!DOCTYPE
html
>
<
html
>
<
head
>
<
title
>
Wikitechy kbd tag
<
/title
>
<
/head
>
<
body
>
<
p
>
Press
<
kbd
>
Ctrl+N
<
/kbd
>
to open New Document
<
/p
>
<
/body
>
<
/html
>
<!DOCTYPE html> <html> <head> <title>Wikitechy kbd tag</title> </head> <body> <p>Press <kbd>Ctrl+N</kbd> to open New Document</p> </body> </html>
Result