|
The original HTML was never designed to contain tags for formatting a document.
HTML tags were intended to define the content of the document like:
<p>This is a paragraph</p>
<h1>This is a heading</h1>
When color attributes and tags like <font> were added to the HTML 3.2 specification,
it started a nightmare for web developers. Development of large web sites where fonts
and color information had to be added to every single Web page, became a long,
expensive and difficult process.
|