今天看到有人被问到xml,xhtml,html,css,div时,双方发生了不愉快,因为提问的人和回答的人都是概念不清。如果当时我回答,我也会不愉快的。所以到w3.org网站看文档。
Q. What is XML? 什么是XML?
A.
Extensible Markup Language (XML) is a simple, very flexible text format derived from SGML (ISO 8879). Originally designed to meet the challenges of large-scale electronic publishing, XML is also playing an increasingly important role in the exchange of a wide variety of data on the Web and elsewhere. http://www.w3.org/XML/
扩展的标记语言(XML)是一种简单的扩展性强的文本格式,源于SGML (ISO 8879)。最初是被设计来面对大规模电子出版(物)的挑战,XML在网络上和其它地方交换各种数据方面也在扮演着越来越重要的角色。
Q. 什么是CSS?
A.
Cascading Style Sheets (CSS) is a simple mechanism for adding style (e.g. fonts, colors, spacing) to Web documents. http://www.w3.org/Style/CSS/
级联样式表(CSS)是一种为网络(Web)文档添加样式(如:字体,颜色,空白)的简单机制。
Q. 什么是XHTML?
A.
Extensible HyperText Markup Language XHTML is a family of current and future document types and modules that reproduce, subset, and extend HTML 4 [HTML4]. XHTML family document types are XML based, and ultimately are designed to work in conjunction with XML-based user agents. http://www.w3.org/TR/xhtml1/
扩展的超文本标记语言 XHTML是当前和未来文档类型和模型的家族,是HTML 4的一个子集,重新改造和扩展了HTML 4。XHTML家族的文档类型基于XML,最终被设计来联合基于XML的用户代理。
Q. 什么是HTML
A.
HyperText Markup Language (HTML) 超文本标记语言 是Web文档使用的主要格式,源于SGML。
Q. 什么是DIV
A.
DIV是HTML的一个元素。generic language/style container,通用的语言/样式容器。http://www.w3.org/TR/html4/index/elements.html
你最好还是自己到http://www.w3.org/看文档。