
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to use the <kbd> tag for keyboard input formatting in HTML?
<kbd> tag is a phrase tag.It is used to identify text that represents user keyboard input. Most browsers display the <kbd> element in a monospace font.
This tag can be used in html document as:
<html> <body> <p>Two special keys in keyboard are:<kbd>ctrl</kbd>, <kbd>alt</kbd>.</p> </body> </html>
- Related Questions & Answers
- HTML <kbd> Tag
- How to use the <datalist> tag in HTML?
- How to use the <keygen> tag in HTML?
- How to use the <output> tag in HTML?
- HTML <html> Tag
- How do we do variable formatting using the <var> tag in HTML?
- HTML <code> Tag
- HTML <datalist> Tag
- HTML <dd> Tag
- HTML <del> Tag
- HTML <head> Tag
- HTML <hgroup> Tag
- HTML <hr> Tag
- HTML <i> Tag
- HTML <section> Tag
Advertisements