Horje

Example of HTML <kbd> For Keyboard Input

Define some text as keyboard input in a document:
index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<h2>The kbd Element</h2>

<p>The kbd element is used to define keyboard input:</p>

<p>Save the document by pressing <kbd>Ctrl + S</kbd></p>

</body>
</html>

Output should be:

Example of HTML <kbd> For Keyboard Input



Single Articles
Example of HTML <kbd> For Keyboard InputHTML Computer Code


Related Articles
What is HTML Computer Code HTML Computer Code
How to create HTML <kbd> For Keyboard Input HTML Computer Code
How to create HTML <samp> For Program Output HTML Computer Code
How to create HTML <code> For Computer Code HTML Computer Code
How to create HTML <code> For Computer Code Part - 2 HTML Computer Code
How to create HTML <var> For Variables HTML Computer Code

Type:
Html
Category:
Web Tutorial
Sub Category:
HTML Computer Code
Uploaded by:
Admin