Fri Feb 17, 2012 8:05 pm
<html>
<head>
<title>Changing the style of the KBD tag</title>
<style type="text/css">
kbd {
border: 1px outset #333;
color: #FFF;
background-color: #432512;
padding: 1px 4px;
}
</style>
</head>
<body>
<center>
<p>
In this example we change the style of the KBD using CSS.
</p>
</center>
<p>Press <kbd>W</kbd> or <kbd> Arrow Up</kbd> to move the car forward</p>
</body>
</html>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.