Introduction:
The HTML
Example:
The HTML
kbd tag is used for indicating the text to be entered by the user. The kbd tag surrounds the word/phrase.Similar tags are code for specifying computer code, samp for specifying sample output from a computer program, pre for defining preformatted text, and var for defining a variable. Example:
<html> <head> <title>HTML kbd Tag</title> </head> <body> Type <kbd>www.google.com</kbd> into your browser address bar. </body> </html>
0 comments :
Post a Comment