NOTICE: This website is no longer updated or supported - as such many of the techniques used to build it may seem antiquated in the modern day. It is preserved for historical reasons only.

HTML XHTML The Complete Reference
home » reference » appendix a » html element reference

<blink> (Blinking Text Display)


This Netscape-specific element causes the enclosed text to flash slowly.

Syntax (Defined by Netscape)


<blink
class="class name(s)"
id="unique alphanumeric identifier"
lang="language code"
style="style information">
</blink>

Example


<blink>Annoying, isn't it?</blink>

Compatibility


No Standards
Netscape 1, 2, 3, 4- 4.7, 6, 7

Notes


The attributes class, id, and style were added during the Netscape 4 release; lang was added from Netscape 6.

(X)HTML Elements
CSS Properties
Previous: big Next: blockquote
< Home | About | Chapters | Examples | Errata | Reference | Site Map >