Category: Physical Text Styles | Previous: STRIKE | Next: B

<BLINK>

Description:

Blink. The blink element makes the enclosed text blink.

Syntax:

<BLINK> ... </BLINK>

Attributes:

Attribute Value Description
None

Notes:

BLINK is a Netscape extension to HTML.

This tag make text hard to read, and therefore its generally considered good form to not use it.

Example:

<BLINK> This text is blinking. </BLINK>


This text is blinking.


Index: HTML Reference | Previous: BIG | Next: BLOCKQUOTE