HTML < kbd > Tag - Learn About Website | DaddyFile
Latest News

0

HTML <kbd> Tag

Example

Format text in a document:

<kbd>Keyboard input</kbd>

Definition and Usage

The <kbd> tag is a phrase tag. It defines keyboard input.
Tip: This tag is not deprecated, but it is possible to achieve richer effect with CSS.
All phrase tags:

Tag Description
<em> Renders as emphasized text
<strong>  Defines important text
<code> Defines a piece of computer code
<samp> Defines sample output from a computer program
<kbd> Defines keyboard input
<var> Defines a variable

Differences Between HTML 4.01 and HTML5

NONE.

Post a Comment

Emoticon
:) :)) ;(( :-) =)) ;( ;-( :d :-d @-) :p :o :>) (o) [-( :-? (p) :-s (m) 8-) :-t :-b b-( :-# =p~ $-) (b) (f) x-) (k) (h) (c) cheer
Click to see the code!
To insert emoticon you must added at least one space before the code.

 
Top