+ 1
Why can't i use span tag instead of div tag?
Difference between these two tags, How does inline element works?
2 Respuestas
+ 4
// The <span> tag is a inline element
// The <div> tag is a block element
+ 1
In addition to what // Zohir said, to answer the last part of your question, I think there are some images in these discussions (linked below) that help you get the gist of things, but playing with it yourself is the best way to understand it.
https://stackoverflow.com/questions/9189810/css-display-inline-vs-inline-block
https://css-tricks.com/almanac/properties/d/display/
https://codepen.io/edge0703/pen/iHJuA
Also, questions nearly identical to these are asked quite often in this forum, so please search before posting to help conserve community resources (your time posting, our time reading, moderators' time reviewing, discussion area loading speeds, SoloLearn server space, etc.).