What features of span tag? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
24th Aug 2018, 12:30 PM
Pappu Murmu
2 Antworten
+ 2
The span tag is used to color the Text between the span tags. e.g. <span style="color:blue">blue Text</span> Ok, you maybe will find the span tag unnecessary, but for clarity in your HTML code you should get familar with it, but you can use the div tag instead, it will actually do the same.
24th Aug 2018, 6:39 PM
BraveHornet
BraveHornet - avatar
+ 1
Here you can get more information.... https://www.w3schools.com/tags/tag_span.asp
25th Aug 2018, 1:43 AM
AL Araf
AL Araf - avatar