HTML

HyperText Markup Language (HTML) is the pervasive data format for the World Wide Web. While HTML provides an outstanding mechanism to deliver simple documents over the Web, its simplicity imposes limitations that significantly raise the cost of deploying complex websites.

Because of the lack of SGML support in mainstream Web browsers, most applications that deliver SGML information over the Web convert the SGML to HTML. This down-translation removes much of the intelligence of the original SGML information. That lost intelligence virtually eliminates information flexibility and poses a significant barrier to reuse, interchange, and automation.

HTML's limitations become evident when trying to deploy large and complex business-critical applications, which are usually intranet/extranet applications as opposed to standard websites. These limitations include:

Despite its limitations, HTML has a variety of attributes which make it appealing to today's Web users.

Back to Table of Contents