|
The <blink>...</blink> tags cause the text between the opening and closing tags
to have a blinking effect. Internet Explorer doesn't support this tag.
|
Example <html> <head> <title> HTML Tutor </title><head> <body> <blink><h1> Hello World ! </h1></blink> </body> </html> |