0

How to add color and font style for heading?

24th Dec 2016, 5:32 AM
Sindhuja.N
Sindhuja.N - avatar
4 Réponses
+ 6
Do this : <font color="red"><h1>This is a header</h1></font> Simply use the font or font-family
24th Dec 2016, 5:58 AM
Wen Qin
Wen Qin - avatar
+ 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)
24th Dec 2016, 6:25 AM
Darsh
Darsh - avatar
0
Thank yu
24th Dec 2016, 6:33 AM
Sindhuja.N
Sindhuja.N - avatar
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)
24th Dec 2016, 10:24 AM
ifl
ifl - avatar