HTML and CSS Reference
In-Depth Information
SLIGHTLY MORE ADVANCED
STYLE SHEETS
You'll see an example of a practical style sheet in a mo-
ment. But first, you need to consider a few of the finer
points of style-sheet writing.
Structuring a Page with <div>
Elements
When working with style sheets, you'll often use the <di-
v> element to wrap up a section of content:
<div>
<p>Here are two paragraphs of content.</p>
Search WWH ::




Custom Search