Using External Style Sheets
We can gather up all or some of our styles and place them in an external CSS file.
"So what?" So, a lot.
We can create styles by typing a few characters into a single external style sheet; then, we can apply these styles from the external style sheet to a zillion documents.
- We can manage styles in numerous documents from one external style sheet.
- External style sheets give us the freedom from having to write styles for each page.
- We can make changes in the external sheet style, there once for all.
- External style sheets allow us the liberty to revise easily whenever we change styles.
This is amazing.