Tutorials

KodeKite Tools

HTML
Flexbox
SVG
Canvas
HTML Tutorial

More


HTML KBD Element
Kbd Element

HTML kbd element defines keyboard input and support fixed letter size and spacing.

Syntax

<kbd>Content</kbd>

Or

<tag><kbd>Content</kbd></tag>


You can apply kbd element to any element and use any where within a HTML document.


Example

Open or Close Document

Kbd is a pair tag and output of kbd element is keyboard text like you can see in above example.


Practice Task

Open notepad or any other text editor, follow the following points.


  • Write one or two computer function names
  • Use <kbd> element to convert it into keyboard text

save file with name task.html or task.htm and then open it using any browser and see results.


Solution

file manager