The History of HTML
The History of HTML
So from whence came the stuff that web pages are made of?...
In the Beginning
Browser Wars
Thus began the so-called 'browser wars' and, along with seeing who could
implement more 'bells and whistles' than the other guy, browser makers also
began inventing proprietary HTML elements that only worked with their
browsers. Some examples of these are the <marquee>...</marquee>tags
(scrolling text) which originally only worked with Internet Explorer and
the <blink>...</blink> tags (blinking text) which still only works with Gecko-
based browsers such as Firefox.
A side effect of all this competition was that HTML became fragmented and
web authors soon found that their web pages looked fine in one browser but
not in another. Hence it became increasingly difficult and time consuming to
create a web page that would display uniformly across a number of different
browsers. (This phenomenon remains to some extent to this very day.)
Bad Grammar
As the World Wide Web approached adulthood hosting a wide variety of
would-be and professional web page authors, it became increasingly apparent
that cyberspace was filling up with a lot of badly written HTML.
This was due to some laziness and inexperience but was also the product of
another instant solution involving web authoring tools, most particularly
WYSIWYG editors, which tended to produce bloated and messy source code.
As the browser wars continued —although by now it was pretty much of a
massacre— the lead browser had developed capabilities akin to a junkyard
dog which could gobble up any half-baked web page that it came across. This
was all very fine and well but the resources (program source code, RAM on
the user's computer, etcetera) required to run a browser that can consume
just about anything was exhorbitant compared to what could be. And as the
market dictated the shape of things to come, future browsers were bound
follow the lead dog thus encouraging more junk code to fill up the web.
To remedy this situation, the W3C came up with a more regimental form of
HTML with the intention to create a rigid standard to which web authors were
encouraged to conform. This was supporting an effort to eventually 'clean up'
or streamline the World Wide Web and ultimately replace
presentational elements such as font with another documentational structure
known as Cascading Style Sheets (CSS). In theory, once this transformation
occurred, the web would place less demand on the next generation of web
browsers and most specifically it would accomodate the low processing power
of new portable devices such as PDAs. Hence the birth of the next generation
of HTML called XHTML, the ' X ' representing that this version of HTML was
based on XML (eXtensible Markup Language) instead of SGML.