Let’s talk about the tags in HTML5 that allow developers to group elements and control the content’s position. Let’s also discuss tags that allow the grouped elements to be styled as if they were one single functional unit. These tags include the division <div> tag and the span <span> tag. These tags do nothing in and of themselves; they must be styled.
This chapter looks at the powerful tags in HTML5 that implement advanced content design techniques. We start with the <span> tag because it affects only text elements, and then we progress to the more complex ...