Attribute of <NOBR> Tag
Attribute of <NOBR> Tag
CLASS
Indicate which style class applies to the element.
Example:<NOBR CLASS="dkm">
Possible Values
Any Class Name.
ID
Assigns a unique ID selector to an instance of the <NOBR> tag. When you then assign a style to that ID selector, it affects only that one instance of the <NOBR> tag.
Example:Welcome to cs-tutorial.com
<NOBR ID="dkm">
Possible Values
Any ID Name.
STYLE
Specifies Style Sheet commands that apply to the nonbreaking text.
Example:<NOBR STYLE="background: black">
Possible Values
CSS Property with Value.