<SMALL> Tag & its Attribute
HTML Tag <SMALL>
<SMALL> Specifies text that should appear in a small font.
Attribute of <SMALL> Tag
CLASS
Indicates which style class applies to the <SMALL> element.
<SMALL CLASS="casual">a new way of study..</SMALL>
Possible Values
Any Class name.
ID
Assigns a unique ID selector to an instance of the <SMALL> tag. When you then assign a style to that ID selector, it affects only that one instance of the <SMALL> tag.
Cs-tutorial provide <SMALL ID="dkm">
a new way of study..</SMALL>.
Possible Values
Any ID Name.
STYLE
Specifies Style Sheet commands that apply to the contents within the <SMALL> tags.
<SMALL 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 over the text inside the <SMALL> tags.
<SMALL TITLE="tutorial">a new way of study..</SMALL>
Possible Values
Any Text Message.