Quick Start Guide

106 Tutorial: Formatting Your Page with CSS
Dont forget to include a semicolon at the end of each line, after the
property values.
When youre finished, the code should look like following example:
5. Save the style sheet.
Next you’ll attach the style sheet to the index.html page.
Attach a style sheet
When you attach a style sheet to a web page, the rules defined in the style
sheet are applied to the corresponding elements on the page. For example,
when you attach the cafe_townsend.css style sheet to the index.html page,
all paragraph text (text formatted with the
<p> tag in the HTML code) is
formatted according to the CSS rule you defined.
TIP
For more information
about any CSS
property, check the
O’Reilly reference
guide included with
Dreamweaver. To
display the guide,
select Help >
Reference and
select O’Reilly CSS
Reference from
the pop-up menu in
the Reference panel.