HTML 3.2 Was Very Wrong !
HTML 3.2 Was Very Wrong !
The original HTML was never intended 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 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 where fonts and color information had to be added to every single Web page, became a long, expensive and unduly painful process.
GOTO MAIN PAGE