HTML:-KDB tag

<!DOCTYPE html>
<html>

<head>
 <meta name="viewport" content="width=device-width, initial-scale=1">
 <title>kdb</title>
</head>

<body>

 kbd define keyboard input
 <br>
 <kbd>This text style different</kbd>

</body>

</html>.     Definition:-

kbd Tag


Uses of <kbd> tag
  • It is a phrase tag. It defines keyboard input.
  • This tag is not deprecated, but it is possible to achieve richer effect with CSS.
  • When the kbd element is nested inside a samp element, it represents the input as it was echoed by the system..
  • When the kbd element contains a samp element, it represents input based on system output, for example invoking a menu item.
  • When the kbd element is nested inside another kbd element, it represents an actual key or other single unit of input as appropriate for the input mechanism.   Output:-kbd define keyboard input 
    This text style different.
HTML:-KDB tag HTML:-KDB tag Reviewed by Network security on April 29, 2019 Rating: 5

No comments:

Useful Information

Powered by Blogger.