HTML语言的发展史

HTML语言的发展过程

第1个回答  2006-07-03
Version history of the standard

Hypertext Markup Language (First Version), published June 1993 as an Internet Engineering Task Force (IETF) working draft (not standard).

HTML 2.0, published November 1995 as IETF RFC 1866, supplemented by RFC 1867 (form-based file upload) that same month, RFC 1942 (tables) in May 1996, RFC 1980 (client-side image maps) in August 1996, and RFC 2070 (internationalization) in January 1997; ultimately all were declared obsolete/historic by RFC 2854 in June 2000.
HTML 3.2, published January 14, 1997 as a W3C Recommendation.
HTML 4.0, published December 18, 1997 as a W3C Recommendation. It offers three "flavors":
Strict, in which deprecated elements are forbidden
Transitional, in which deprecated elements are allowed
Frameset, in which mostly only frame related elements are allowed
HTML 4.01, published December 24, 1999 as a W3C Recommendation. It offers the same three flavors as HTML 4.0.
ISO/IEC 15445:2000 ("ISO HTML", based on HTML 4.01 Strict), published May 15, 2000 as an ISO/IEC international standard.
HTML 4.01 and ISO/IEC 15445:2000 are the most recent and final versions of HTML. HTML's successor, XHTML, is a separate language that began as a reformulation of HTML 4.01 using XML 1.0. It continues to be developed:

XHTML 1.0, published January 26, 2000 as a W3C Recommendation, later revised and republished August 1, 2002. It offers the same three flavors as HTML 4.0 and 4.01, reformulated in XML, with minor restrictions.
XHTML 1.1, published May 31, 2001 as a W3C Recommendation. It is based on XHTML 1.0 Strict, but includes minor changes and is reformulated using modules from Modularization of XHTML, which was published April 10, 2001 as a W3C Recommendation.
XHTML 2.0 is still a W3C Working Draft
There is no official standard HTML 1.0 specification because there were multiple informal HTML standards at the time. However, some people consider the initial edition provided by Tim Berners-Lee to be the definitive HTML 1.0. That version did not include an IMG element type. Work on a successor for HTML, then called "HTML+", began in late 1993, designed originally to be "A superset of HTML…which will allow a gradual rollover from the previous format of HTML". The first formal specification was therefore given the version number 2.0 in order to distinguish it from these unofficial "standards". Work on HTML+ continued, but it never became a standard.

The HTML 3.0 standard was proposed by the newly formed W3C in March 1995, and provided many new capabilities such as support for tables, text flow around figures, and the display of complex math elements. Even though it was designed to be compatible with HTML 2.0, it was too complex at the time to be implemented, and when the draft expired in September 1995, work in this direction was discontinued due to lack of browser support. HTML 3.1 was never officially proposed, and the next standard proposal was HTML 3.2 (code-named "Wilbur"), which dropped the majority of the new features in HTML 3.0 and instead adopted many browser-specific element types and attributes which had been created for the Netscape and Mosaic web browsers. Math support as proposed by HTML 3.0 finally came about years later with a different standard, MathML.

HTML 4.0 likewise adopted many browser-specific element types and attributes, but at the same time began to try to "clean up" the standard by marking some of them as deprecated, and suggesting they not be used.

Minor editorial revisions to the HTML 4.0 specification were published as HTML 4.01.

The most common filename extension for files containing HTML is .html, however, older operating systems, such as DOS, limit file extensions to three letters, so a .htm extension is also used. Although perhaps less common now, the shorter form is still widely supported by current software.

参考资料:http://en.wikipedia.org/wiki/Html#Version_history_of_the_standard

html是怎么被发明的
HTML的历史 超文本置标语言(第一版) -- 在1993年6月发为互联网工程工作小组 (IETF)工作草案发布(并非标准)HTML 2.0 -- 1995年11月作为RFC 1866发布,在RFC 2854于2000年6月发布之后被宣布已经过时 HTML 3.2 -- 1996年1月14日,W3C推荐标准 HTML 4.0 -- 1997年12月18日,W3C推荐标准 HTML ...

HTML的发展历史
当时被称为HTML+的后续版的开发工作于1993年开始,最初是被设计成为“HTML的一个超集”。第一个正式规范为了和当时的各种HTML标准区分开来,使用了2.0作为其版本号。HTML+的发展继续下去,但是它从未成为标准。HTML3.0规范是由当时刚成立的W3C于1995年3月提出,提供了很多新的特性,例如表格、文字绕排...

请简述html的重要发展过程
指出:“总结我们党70多年的历史,可以得出一个重要的结论,这就是:我们党所以赢得人民的拥护,是因为我们党在革命、建设、改革的各个历史时期,总是代表着中国先进生产力的发展要求,代表着中国先进文化的前进方向,代表着中国最广大人民的根本利益,并通过制定正确的路线方针政策,为实现国家和人民...

HTML 简介
HTML,即Hypertext markup language是万维网的核心标记语言,最初HTML被设计作为一门语言,用于语言描述科学文档,后续则被拓展用于描述一系列不同类型的文档,甚至应用。1990-1995,迅速发展,从CERN到IETF(国际互联网工作组)接管.1995-1997, 随着W3C建立,又变成由W3C主导,期间推出了HTML 3.2 和HTML ...

HTML的起源、发展、等等。
HTML的发展历程,Flash从兴盛到衰落,H5的崛起 下

html是什么意思
HTML是超文本标记语言(Hyper Text Markup Language),是构成网页的基本骨架,是构成 Web 世界的一砖一瓦。它定义了网页内容的含义和结构。要是在浏览器中显示一份文件的内容。它本身并非程式设计,只不过是标示(Mark-up),用来强调及组织一般性的文字。HTML是由一些标记(tags)所构成,每个标记对浏览器...

什么是html
HTML是用来标记Web信息如何展示以及其他特性的一种语法规则,它最初于1989年由GERN的Tim Berners-Lee发明。HTML基于更古老一些的语言SGML定义,并简化了其中的语言元素。这些元素用于告诉浏览器如何在用户的屏幕上展示数据,所以很早就得到各个Web浏览器厂商的支持。HTML历史上有如下版本:①HTML 1.0:在1993...

一文读懂网站设计发展史
1991年8月,第一个静态页面诞生了,这是由TimBerners-Lee发布的,想要告诉人们什么是万维网。从静态页面到响应式页面设计,历史的车轮滚滚向前,一个又一个技术诞生和沉寂。1、初代网页设计 从1994年后万维网络联盟成立,Html语言成为网页设计的标准语言。网页设计,变从此开始初代网页设计流行,在互联网...

什么是“html语言”
HTML是Hypertext Markup Language的英文缩写,即超文本标记语言,是一种用来制作网页的标记语言.HTML语言是一种标记语言,它不需要编译,可以直接由浏览器执行(属于浏览器解释型语言).在标准网页设计中HTML负责填充网页的内容.HTML文件也可以说是一个文本文件,它包含了一些HTML元素,标签等.HTML文件必须使用html或...

HTML5定稿了 为什么原生App世界将被颠覆
一、 HTML5 的诞生 自W3C 于 1999 年发布 HTML4 后,Web 世界快速发展,一片繁荣。人们一度认为 HTML 标准不需要升级了。一些致力于发展 Web App 的公司另行成立了 WHATWG 组织,直到 2007 年,W3C 从 WHATWG 接手相关工作,重新开始发展 HTML5。 HTML5 的发展史,有用户的需求在推动,有技术开发者的需求在推动...

相似回答