144
Create an External Style Sheet ................................
2 Select everything inside the
<style> tag block.
3 Click Edit.
4 Click Cut.
1 In your editor, open a page
that contains an embedded
style sheet.
Create an External Style Sheet
Y
ou can ensure that you maintain a consistent look and feel to your entire site as well as make it
quite simple to modify your design site-wide by relying on one of the most powerful features of
CSS: the ability to define styles independent of a particular document. By separating your content
and presentation into distinct documents, you can apply the styles to as many HTML documents as
you want. Changes to the external styles document can be reflected throughout all of your site’s
HTML pages. The external style sheet is saved as an independent document, most commonly using
the .css file extension.