0
How to add color and font style for heading?
4 Answers
+ 6
Do this :
<font color="red"><h1>This is a header</h1></font>
Simply use the font or font-family
+ 2
you can add font and color as one
<font face="terminal" color="cyan" size="18px">example by darzh</font>
by this you get color ,font style and font size..
(terminal is a font)
0
Thank yu
0
As an alternative to the font tag, you could use css. That way all headers would look the same with less effort (as with css there will be only one place to change to modify color and style of all headers at the same time)