'kbd' Example : kbd « Tags « HTML / CSS

HTML / CSS » Tags » kbd 
'kbd' Example
 
    
<html>
<head>
<title>kbd element example</title>
</head>
<body>
<p align="center">You can apply the 
   <font size="5">
   <kbd style="font-weight:normal">systemLanguage</kbd>
   </font> 
   attribute to nearly any element.
</p>
</body>
</html>
    
      
        
  
Related examples in the same category
1.kbd Element for Keyboard Instructions
2.Style for kbd
java2s.com  | Contact Us | Privacy Policy
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.