We used to have <blink>
tag to create the flashing text effect on webpages. It is now deprecated, but good news is that we have CSS3 animations that can produce the same blinking text effect.
HTML For Flashing/Blinking Text
CSS For Flashing/Blinking Text
The above CSS will blink the text at 1 second interval infinitely. You can play around with the CSS to change the look and feel of the flashing effect by clicking the View Demo button above. Below is the CSS to create a red text that will flash/blink at 2 seconds interval.
All right guys, that’s all you need to creating flashing/blinking text with CSS3 animations.