Web Design

(Nancy Kaufman) #1

145


CHAPTER

Advanced CSS 5


Where should I save the CSS file?
External style sheets can be saved anywhere within
your Web site’s root folder. Some designers like to
create a special folder that contains all of their style
sheets, whereas others simply place them in the root.

Can I put some of my styles in an external sheet
and leave others as embedded styles?
Yes. In general, those styles that apply to all or most
of your pages are placed in the external sheet,
whereas styles that apply only to a single document
might be kept in an embedded style sheet. See “Use
the Cascade,” later in this chapter, for another
example of combining external and embedded styles.

9 Return to the original page.


0 Delete the opening and
closing style sheets.


The style sheet is removed
from the HTML document
and saved as an external
document.


5 Open a new, blank file in
your editor.


6 Click Edit.


7 Click Paste.


8 Save the document, using
a .css extension.


10


6


7


5


9


TIPS

Free download pdf