Structuring HTML
div and the other block-level tags are a division of a page, which are
often used to provide structure to HTML. divs are block elements, i.e., they break lines.
span is similar to div, but works as an inline element, i.e., it can be used in the same line.