|
Kbd
<KBD> </KBD> The KBD tag is used to indicate text which should be entered by the user. It is usually a monospaced font. This tag differs from the CODE tag in that CODE indicates code fragments and KBD indicates input. You should not use the KBD tag if your text requires a monospaced font; use the TT tag instead. This code: <kbd>This text was made using the KBD tag.</kbd> Will appear like this: This text was made using the KBD tag
|