Span or Font Color | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
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 Antwort
+ 1
Font tag is deprecated, you should avoid using it, it is no longer supported in html5
6th Mar 2019, 12:07 PM
Habababa