HTML/CSS/Text Tags/kbd

Материал из Web эксперт
Перейти к: навигация, поиск

"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>