CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Language: HTML

Stylize Colors

166 Views
Copy Code Show/Hide Line Numbers
<span style="color:red">Hello</span> // makes font color red
<span style="font-family:Arial">Hello</span> // makes font type Arial
<span style="font-size:12px">Hello</span> //makes font size 12px
 
You can also use them in one place :
 
<span style="color:red;font-family:Arial;font-size:12px">Hello</span>
by Aaron
  January 24, 2010 @ 3:11pm
Tags:

Add a comment


Report Abuse
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate