<SAMP> Tag & its Attribute
HTML Tag <SAMP>
<SAMP> Indicates a sequence of literal characters.
Attribute of <SAMP> Tag
CLASS
Indicates which style class applies to the <SAMP> element.
Quiz Result:
<SAMP CLASS="casual">You pass with 94%.
</SAMP>
Possible Values
Any Text Message..
ID
Assigns a unique ID selector to an instance of the <SAMP> tag. When you then assign a style to that ID selector, it affects only that one instance of the <SAMP> tag.
cs-tutorial
<SAMP ID="dkm">a new way of study.</SAMP>.
Possible Values
Any ID Name.
STYLE
Specifies Style Sheet commands that apply to the contents within the <SAMP> tags.
<SAMP STYLE="background: red">
Possible Values
CSS Property with value.
TITLE
Specifies text assigned to the tag. You might use this attribute for context-sensitive help within the document. Browsers may use this to show tool tips.
<SAMP TITLE="Sample">
Possible Values
Any text Message.