
The Complete Idiot's HTML Tag Reference
| Index
| Previous Tag: <BIG>
| Next Tag: <BLOCKQUOTE>
|
<BLINK>
Makes text blink annoyingly..
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
Not supported |
1.0 and later |
Notes:
- This tag requires the </BLINK> end tag.
Attributes:
- CLASS
= "Text"
The style sheet class used by the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
Not supported |
4.0 and later |
Notes:
-
You can specify two or more classes; be sure to separate each class name with a space.
- ID
= "Text"
An alphanumeric string that uniquely identifies the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
Not supported |
4.0 and later |
Notes:
-
Although you can use letters and numbers for the ID, the first character must be a letter.
- STYLE
= "Text"
The style or styles to use with the tag.
-
Support:
-
HTML Standard | Internet Explorer | Netscape Navigator |
Not supported |
Not supported |
4.0 and later |
Notes:
-
If you enter multiple style properties, separate each one with a semi-colon (;).
Example:
<BLINK>This is a really dumb effect.</BLINK>
How It Looks:
-
| Index
| Previous Tag: <BIG>
| Next Tag: <BLOCKQUOTE>
|
|