There are a big difference between span and div as below :
- span element is in-line and usually used for a small chunk of HTML inside a line like inside a paragraph,
- div (division) element is block-line which is basically equivalent to having a line-break before and after it and used to group larger chunks of code.