The <span> Tag in HTML 5

The <span> tag is one of the inline tags used to group content in HTML.

The following example demonstrates syntax highlighting using the <span> tag.

Correct: <th colspan="3">
Incorrect: <th colspan='3">

This is an actual working example of the <span> tag example code below.