Span and div tags | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
+ 3

Span and div tags

Whatā€™s the main difference between span and div tags? And are they of any significance in oneā€™s code?

18th May 2018, 5:28 AM
_random_
4 Respostas
+ 6
div is display block. Span has no style.
18th May 2018, 5:34 AM
Toni Isotalo
Toni Isotalo - avatar
+ 1
yes, there is a difference: span = inline element div = block element
18th May 2018, 5:35 AM
wenz
wenz - avatar
+ 1
div tag uses for make a seprate work area for your code..... where span is just uses for perform opaeration on the code which you write. ..suppose you have written a line " i am an computer engineer" for performing operation on "computer" word we uses span whereas div uses for make parts of your webpage like you want to put social media link on left side of your web page then
18th May 2018, 12:37 PM
Khushal Patel
Khushal Patel - avatar
0
Thank you guys so much!!
19th May 2018, 8:05 AM
_random_