Quick References
ADO
ASP
CSS2
HTML
JavaScript
Jet SQL
VBScript
WML
WMLScript
WSH
XHTML
XML DOM
XSLT
Features
Knowledge Base
Tutorials
Partners
ZVON.ORG
XML
Planet Source Code
VisualBuilder
Web Design
Your HTML Source
XML/XSLT Forums
ASPAlliance
Scripts
Programmers Heaven
Tek-Tips Forums
Developer Fusion
Code Project
i tag
abbr tag
acronym tag
dfn tag
pre tag
q tag
samp tag
var tag
TAG: kbd
<kbd> ... </kbd>
Available in versions: 2.0, 3.2, 4.0
Browser compatibility: Explorer 4, 5 Netscape 4, 6
The
<kbd>
tag is used to signify that the indicated text is to be typed by the user on the keyboard. For example, this can be used in training manuals.
The exact appearance will be browser dependent. However, most browsers render the indicated text in a mono spaced font.
Usually, the display font appearance for the
code
,
kbd
,
samp
, and
tt
tags is the same. The
listing
tag has been deprecated.
The closing tag is mandatory.
Core Attributes
class
dir
id
lang
onclick
ondblclick
onkeydown
onkeypress
onkeyup
onmousedown
onmousemove
onmouseout
onmouseover
onmouseup
style
title
Attributes
None.
Code:
Please type <kbd>Request.Write strVar</kbd> in the third window.
Output:
Please type
Request.Write strVar
in the third window.
Copyright 1999-2005 by Infinite Software Solutions, Inc. All rights reserved.
Trademark Information