0
You can use color attribute of font element like <font color="red">This is some text!</font> but the better way is to use style attribute on any html element like: <p style="color:red">This is some text! </p> the best way is to use css style.
1st Oct 2016, 7:32 PM
Mohammed Chetehouna