This lesson takes a look at div and span.
div and span are both generic elements that have no styling by default (margin, etc.).
div is block level and span is inline.
div is frequently used when creating layouts and span can be used with CSS to apply styles to text.