<STRONG> Tag & its Attribute
HTML Tag <STRONG>
<STRONG> Indicates strong emphasis. The browser will probably display the text in a boldface font.
Attribute of <STRONG> Tag
CLASS
Indicates which style class applies to the <STRONG> element.
Possible Values
Any Class Name.
ID
Assigns a unique ID selector to an instance of the <STRONG> tag. When you then assign a style to that ID selector, it affects only that one instance of the <STRONG> tag.
Possible Values
Any ID Name.
STYLE
Specifies Style Sheet commands that apply to the contents within the <STRONG> tags.
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 emphasized text.
Possible Values
Any Text message.