text-decoration: blink;



The text-decoration: blink; css property will cause an element to blink between visible and invisible. This text decoration does the same thing as the html BLINK tag. It may be se to a frequency between 2 Hz and 55 Hz.

wiki: blink

ValueDescription
blinkDefines a blinking text

Example:

text-decoration: blink;