Language: HTML
Stylize Colors
<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>
Tags:
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

