Search Results

4
votes

Formatting inline items? What does the general code look like?

A SPAN tag is not intended to be a container for other tags. This is especially useful when combined with classes. Use divs for defining sections of a page, and spans to enclose and style t …