34,333
edits
Changes
→Importing an External Style Sheet into a Web Page
== Importing an External Style Sheet into a Web Page ==
Whilst it is possible to include all your CSS styles by embedding them into each HTML page this, to a certain degree, defeats one of the main objectives of CSS. It is much better to place the styles in a separate CSS file and import that file into eachweeb page. This means that a change to the overall style only needs to be made to the external file in order for the change to take effect in all pages that include it.