| Tag | Description |
|---|---|
<samp> |
The HTML <samp> tag is used for indicating sample output
from a computer program, script etc. The <samp> tag
surrounds the sample word/phrase. |
| HTML Code | Display |
|---|---|
When you click the <kbd>Delete<kbd> button,
you will be asked<samp>
Are you sure you want to delete this job?</samp>
|
When you click the Delete button, you will be asked Are you sure you want to delete this job |