When building a website, what are some ways to make text flash on and off?

Anonymous2021-01-09T06:28:04Z

Web development services in Sydney https://thead.com.au

Sandeep2020-12-07T08:07:10Z

Earlier, it was used to create blinking text on web pages. Today, this tag is deprecated and is no longer supported in any major browser. To create blinking text, use either the below CSS or JavaScript.

?2020-12-06T05:35:07Z

that feature was REMOVED from nearly every browser, AND the actual HTML language removed it as well. it was annoying and people overused it, so they eliminated it completely.
however, the persistent learner can figure out how to do it using either JavaScript or a CSS Animation.
but it is frowned upon, so don't ever do it...
like this:
annoying.darkflux.net

David K2020-12-05T14:49:14Z

java and javascript can do that, but WHY do it? That was a glitzy technique two decades ago and rarely seen since. You will make your website look dated if you do this.

keerok2020-12-05T14:26:35Z

<blink>BLINK</blink>