Span or Font Color | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
0

Span or Font Color

In what instances do you use <span style=ā€œcolor:ā€> to change the color of a font instead of <font color=ā€œā€>.Are there certain times where you have to use one over the other or do they just do the same thing?

17th Feb 2019, 10:40 PM
4d1a
4d1a - avatar
1 Resposta
+ 1
Font tag is deprecated, you should avoid using it, it is no longer supported in html5
6th Mar 2019, 12:07 PM
Habababa