I want <h2> underline and blink at the same time.
Is there a way to achieve this by changing only the CSS style in <h2> ?
For example:
h2 { text-decoration: underline, blink; }
or
h2 { text-decoration: underline; text-decoration: blink; }
none of the above work
If such a method does not exist, what is the fastest / easiest way to do this?
zakkak
source share