Quote:
Originally Posted by DiapDealer
Not at all. The vast amount of CSS formatting could be done with inline html attributes alone. What External stylesheets are supposed to do is make it easy and quick to maintain/change the formatting of properly/carefully constructed, semantically-correct html documents.
|
Precisely. Its primary purpose is to separate the formatting from the content, so that formatting can be changed without having to edit content, and vice versa.