<h1>This is a heading</h1> <p>This is a paragraph.</p>When tags like
<font>
, and color
attributes were added to the HTML 3.2 specification, it started a nightmare for web developers.
Development of large web sites became a long and expensive process.
To solve this problem, the W3C created CSS.
In HTML 4.0, all formatting could be removed from the HTML document, and stored in a separate CSS file.
.css
files.
External style sheets enable you to change the appearance and layout of all pages in a web site, just by editing one single file!