HTML <samp> Tag

Description:

The <samp> tag is used for indicating sample output from a computer program, script etc. The <samp> tag surrounds the sample word/phrase.

 

Specific Attributes:

None

Other Attributes:

Attribute Definition
dir

Specifies the text direction for the content in an element.
Possible Values:

  • rtl  (Right to Left)
  • ltr  (Left to Right)
class Specifies a classname for an element.
id Specifies a unique id for an element.
lang Specifies a language code for the content in an element.
title Specifies a title to associate with the element. Many browsers will display this when the cursor hovers over the element (similar to a "tool tip").
style Specifies an inline style for an element.

Example Code:

You will see <samp>END PROGRAM</samp> after it stops scrolling.
If it never stops, send the <samp>STOP</samp> command to the program.

Result

You will see END PROGRAM after it stops scrolling. If it never stops, send the STOP command to the program.