blink

Form

<blink> ... </blink>

Attributes

attribute default description
id none specifies the unique ID
class none specifies the style sheet class
style none specifies the style sheet

Support

[Firefox 1 or later][Safari 1 or later][Opera 7 or later][Netscape 2, 3, 4, 6.0]

Explanation

The blink tag makes the enclosed text blink. It is supported in Netscape 4 and below, Netscape 6.0 and Firefox. And it is also supported in the i-Mode of NTT DoCoMo (internet browser service for cellular phone).

Related Tags

marquee

Sample Code [Output]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=shift_jis">
<title>Sample</title>
</head>
<body>
<h1>Sample</h1>
To make texts blink, put them between <blink>the blink tags</blink>.
</body>
</html>