Home Web Front-end HTML Tutorial An in-depth explanation of the differences between HTML and XHTML

An in-depth explanation of the differences between HTML and XHTML

Aug 15, 2016 pm 04:49 PM

HTML (HyperText Markup Language, Hypertext Markup Language) The earliest official specification of HTML is HTML 2.0 released by IETF (Internet Engineering Task Force) in 1995. W3C (World Wide Web Consortium, World Wide Web Consortium), following the IETF, upgraded HTML several times until HTML 4.01 was released in 1999.
 HTML and XHTML
 XHTML (eXtensible HyperText Markup Language) is the first revised version of HTML 4.01. It is "reorganized from three types of HTML4 files according to the XML1.0 standard". In other words, XHTML is a hybrid of HTML 4.01 and XML1.0.
Since XHTML1.0 is based on HTML4.01, it does not introduce any new tags or attributes (XHTML can be regarded as a subset of HTML). The expression is similar to the hypertext markup language HTML, but the syntax is more strict, almost All web browsers are compatible with XHTML while correctly parsing HTML.
 For example: all tags in XHTML must be lowercase, all tags must be closed, and every attribute must be enclosed in quotation marks.
should be written as
, not
(same as hr); after using

, there must be a

to end the paragraph.
 HTML and XML
 HTML is an application based on Standard Generalized Markup Language (SGML), while XHTML is based on Extensible Markup Language (XML). HTML and XHTML are actually two standards that developed in parallel. In essence, XHTML is a transitional technology that combines some of the powerful features of XML with most of the simple features of HTML. The purpose of establishing XHTML is to realize the transition from HTML to XML.
  XML is designed to transmit and carry data information, not to represent or display data. HTML language is used to represent data. RSS and ATOM have now become successful XML applications. RSS uses XML as a standard way to share content with each other. It stands for Really Simple Syndication (or RDF Site Summary, RDF site summary). It makes it easy for others to discover that you have updated your site. There seem to be fewer Atom data sources; for developers, RSS is relatively simple, and Atom is a little more complicated, especially if you are not familiar with XML.
 In 1997, when W3C released the XML1.0 standard, HTML version had already reached version 4. Until January 26, 2000, XHTML1.0 became a W3C recommended standard. However, in view of the current situation of HTML dominating the world at that time, W3C had no choice but to recommend "continuing to use HTML4.01 and actively research plans for HTML5 and XHTML." In 2002, W3C pointed out that the XHTML family would be a new stage of the Internet, and began to develop XHTML2, aiming to lead the Web to an extremely bright future based on XML.
 HTML5 is popular
Since XHTML originally only improved the original HTML system in terms of content structure, XHTML2.0 only paid more attention to page specifications and usability based on XHTML1.1, and lacked interactivity. In this era when Web Apps are popular, XHTML2 is somewhat out of date, so HTML5 was born.
 The W3C ignores the needs of web designers and works behind closed doors from a theoretical perspective. However, it carries the banner of standards, triggering opposition from browser manufacturers such as Opera, Apple, and Mozilla. In 2004, they formed an organization with the purpose of promoting the HTML5 standard for the Internet - the Web Hypertext Application Technology Working Group (WHATWG).
 Competition between HTML5 and XHTML2
 HTML5 aims to replace the HTML4.01 and XHTML1.0 standards formulated in 1999, aiming to improve web page performance and increase page interaction. HTML5 has absorbed some suggestions from XHTML2, including some features to improve document structure. For example, the use of new HTML tags header, footer, dialog, aside, figure, etc. will allow content creators to create documents more semantically. Previous development Readers always use div in these situations.
 After years of hard work, W3C and WHATWG finally reached a compromise in 2006. In October 2006, Tim Berners-Lee, the father of the Web, chairman of the World Wide Web Consortium (W3C), and member of the National Academy of Sciences, published a blog post stating that the path from HTML to XML is OK. It doesn't make sense (XHTML is dead). In 2009, W3C wisely gave up the plan to improve the XHTML2.0 standard and chose the results of WHATWG as the basis. In fact, XHTML was not modified in the years after it was updated in 2002, although many problems were discovered.
In 2011, Ian Hickson, a Google engineer and HTML5 standard editor, said that HTML5 will be the last HTML language with a version number. He said that the HTML language will become a living standard.
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn

Hot AI Tools

Undresser.AI Undress

Undresser.AI Undress

AI-powered app for creating realistic nude photos

AI Clothes Remover

AI Clothes Remover

Online AI tool for removing clothes from photos.

Undress AI Tool

Undress AI Tool

Undress images for free

Clothoff.io

Clothoff.io

AI clothes remover

Video Face Swap

Video Face Swap

Swap faces in any video effortlessly with our completely free AI face swap tool!

Hot Tools

Notepad++7.3.1

Notepad++7.3.1

Easy-to-use and free code editor

SublimeText3 Chinese version

SublimeText3 Chinese version

Chinese version, very easy to use

Zend Studio 13.0.1

Zend Studio 13.0.1

Powerful PHP integrated development environment

Dreamweaver CS6

Dreamweaver CS6

Visual web development tools

SublimeText3 Mac version

SublimeText3 Mac version

God-level code editing software (SublimeText3)

Hot Topics

Java Tutorial
1664
14
PHP Tutorial
1268
29
C# Tutorial
1246
24
Understanding HTML, CSS, and JavaScript: A Beginner's Guide Understanding HTML, CSS, and JavaScript: A Beginner's Guide Apr 12, 2025 am 12:02 AM

WebdevelopmentreliesonHTML,CSS,andJavaScript:1)HTMLstructurescontent,2)CSSstylesit,and3)JavaScriptaddsinteractivity,formingthebasisofmodernwebexperiences.

HTML: The Structure, CSS: The Style, JavaScript: The Behavior HTML: The Structure, CSS: The Style, JavaScript: The Behavior Apr 18, 2025 am 12:09 AM

The roles of HTML, CSS and JavaScript in web development are: 1. HTML defines the web page structure, 2. CSS controls the web page style, and 3. JavaScript adds dynamic behavior. Together, they build the framework, aesthetics and interactivity of modern websites.

The Future of HTML, CSS, and JavaScript: Web Development Trends The Future of HTML, CSS, and JavaScript: Web Development Trends Apr 19, 2025 am 12:02 AM

The future trends of HTML are semantics and web components, the future trends of CSS are CSS-in-JS and CSSHoudini, and the future trends of JavaScript are WebAssembly and Serverless. 1. HTML semantics improve accessibility and SEO effects, and Web components improve development efficiency, but attention should be paid to browser compatibility. 2. CSS-in-JS enhances style management flexibility but may increase file size. CSSHoudini allows direct operation of CSS rendering. 3.WebAssembly optimizes browser application performance but has a steep learning curve, and Serverless simplifies development but requires optimization of cold start problems.

The Future of HTML: Evolution and Trends in Web Design The Future of HTML: Evolution and Trends in Web Design Apr 17, 2025 am 12:12 AM

The future of HTML is full of infinite possibilities. 1) New features and standards will include more semantic tags and the popularity of WebComponents. 2) The web design trend will continue to develop towards responsive and accessible design. 3) Performance optimization will improve the user experience through responsive image loading and lazy loading technologies.

HTML vs. CSS vs. JavaScript: A Comparative Overview HTML vs. CSS vs. JavaScript: A Comparative Overview Apr 16, 2025 am 12:04 AM

The roles of HTML, CSS and JavaScript in web development are: HTML is responsible for content structure, CSS is responsible for style, and JavaScript is responsible for dynamic behavior. 1. HTML defines the web page structure and content through tags to ensure semantics. 2. CSS controls the web page style through selectors and attributes to make it beautiful and easy to read. 3. JavaScript controls web page behavior through scripts to achieve dynamic and interactive functions.

HTML: Building the Structure of Web Pages HTML: Building the Structure of Web Pages Apr 14, 2025 am 12:14 AM

HTML is the cornerstone of building web page structure. 1. HTML defines the content structure and semantics, and uses, etc. tags. 2. Provide semantic markers, such as, etc., to improve SEO effect. 3. To realize user interaction through tags, pay attention to form verification. 4. Use advanced elements such as, combined with JavaScript to achieve dynamic effects. 5. Common errors include unclosed labels and unquoted attribute values, and verification tools are required. 6. Optimization strategies include reducing HTTP requests, compressing HTML, using semantic tags, etc.

The Role of HTML: Structuring Web Content The Role of HTML: Structuring Web Content Apr 11, 2025 am 12:12 AM

The role of HTML is to define the structure and content of a web page through tags and attributes. 1. HTML organizes content through tags such as , making it easy to read and understand. 2. Use semantic tags such as, etc. to enhance accessibility and SEO. 3. Optimizing HTML code can improve web page loading speed and user experience.

HTML: Is It a Programming Language or Something Else? HTML: Is It a Programming Language or Something Else? Apr 15, 2025 am 12:13 AM

HTMLisnotaprogramminglanguage;itisamarkuplanguage.1)HTMLstructuresandformatswebcontentusingtags.2)ItworkswithCSSforstylingandJavaScriptforinteractivity,enhancingwebdevelopment.

See all articles