Friday, May 21, 2010

How do I write simple Code to make text red colour and flash?

I'm doing a profile for my business on a website and have successfully made the text bigger and smaller and bolder( using%26lt;bold%26gt;%26lt;big%26gt;%26lt;small%26gt; etc.) , but need to make the text red and flash also, can anyone help?

How do I write simple Code to make text red colour and flash?
The font tag of html is Deprecated, and as such it shouldn't be used in new Doctypes.





Instead you should use CSS, and JavaScript to achieve the flashing effect.





Read more about colors at: http://www.brugbart.com/?AID=12








There also is a non-standard tag called "%26lt;blink%26gt;", supported by most browsers. I however won't recommend using it.





Safari3 supports text-shadow, which can be used to give text a glowing effect, we can only hope other browsers follow up, and anable more css3 features.
Reply:%26lt;font color=red%26gt;%26lt;blink%26gt;TEXT%26lt;/font%26gt;%26lt;/blink%26gt;


No comments:

Post a Comment