Introduction:
The HTML
Example:
The HTML
samp
tag is used for indicating sample output from a computer program, script etc. The samp tag surrounds the sample word/phrase.Example:
<html> <head> <title>HTML samp Tag</title> </head> <body> When you click the <kbd>Delete</kbd> button, you will be asked <samp>Are you sure you want to delete 9 to 5 job?</samp> Click <kbd>Yes</kbd> to continue. </body> </html>
0 comments :
Post a Comment