Skip to content

div element – HTML

Length: 10 minutesComplexity: Easy

To add styles to a group of elements, wrap them in a <code>div</code> element.

span element – HTML

Length: 10 minutesComplexity: Easy

To add styles to a section of text inside of another element, use the <code>span</code> element.