<BLINK> Tag & its Attribute
HTML Tag <BLINK>
<BLINK> A Netscape-specific tag that makes text blink on and off.
Attribute of <BLINK> Tag
CLASS
Indicates which style class applies to the <BLINK> element.
<BLINK CLASS="casual">NEW INFORMATION
</BLINK>
Possible Values
Class Name that you define.
ID
Assigns a unique ID selector to an instance of the <BLINK> tag. When you then assign a style to that ID selector, it affects only that one instance of the <BLINK> tag.
<BLINK ID="123">12 Hour Sale!</BLINK>
Possible Values
Class Name that you define.
STYLE
Specifies Style Sheet commands that apply to the contents within the <BLINK> tags.
<BLINK STYLE="background: red">
Possible Values
CSS property with value.