HTML5 | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

HTML5

what’s the difference between div element and span element?

20th Nov 2021, 6:20 PM
Rawan Eltheni
Rawan Eltheni - avatar
1 Antwort
+ 3
"The <span> tag is much like the <div> element, but <div> is a block-level element and <span> is an inline element." https://developer.mozilla.org/de/docs/Web/HTML/Element/div https://www.w3schools.com/tags/tag_span.asp
20th Nov 2021, 6:36 PM
Lisa
Lisa - avatar