<NOBR> Tag & its Attribute
HTML Tag <NOBR>
<NOBR> Disables line-wrapping for a section of text. To force a word-break within a <NOBR> clause, use the <WBR> tag.
Attribute of <NOBR> Tag
CLASS
Indicate which style class applies to the element.
<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.
Welcome to cs-tutorial.com
<NOBR ID="dkm">
Possible Values
Any ID Name.
STYLE
Specifies Style Sheet commands that apply to the nonbreaking text.
<NOBR STYLE="background: black">
Possible Values
CSS Property with Value.