Alternative for <blink>

html

Solution

No there is not. Wikipedia has a nice article about this and provides an alternative using JavaScript and CSS: http://en.wikipedia.org/wiki/Blink_element

Problem

The `<blink>` tag was never an official standard, and is now completely abandoned by all browsers. Is there a standards compliant way of making text blink?

Original source

Related problems