SyntaxFix
Write A Post
Hire A Developer
Questions
1st preference external style sheet.
<span class="myClass">test</span>
css
.myClass { color:red; }
2nd preference inline style
<span style="color:red">test</span>
<font> as mentioned is deprecated.
<font>