Tools, FAQ, Tutorials:
Relation between HTML and XHTML
What Is the relation between XHTML and HTML?
✍: FYIcenter.com
Technically speaking, the HTML standard introduces one abstract language and
three concrete syntaxes to represent an HTML document in different formats:
1. HTML language - An abstract language that describes a Web document in constructed. It is used to generate an abstract HTML document.
2. HTML serialization - A concrete serialization syntax that describes how a HTML document can be represented as a text file.
3. XHTML serialization - A concrete serialization syntax that describes how a HTML document can be represented as an XML file.
4. DOM API - A concrete API syntax that describes how a HTML document can be represented as in-memory object.
So XHTML and HTML is closely related. XHTML defines how to use an XML file to represent an HTML document.
2017-02-20, 927👍, 0💬
Popular Posts:
How to extend json.JSONEncoder class? I want to encode other Python data types to JSON. If you encod...
Can You Specify the "new line" Character in Single-Quoted Strings? You can not specify the "new line...
What is Azure API Management Publisher Dashboard? Azure API Management Publisher Dashboard is an Azu...
How To Pass Arrays By References? in PHP? Like normal variables, you can pass an array by reference ...
How to install .NET Framework in Visual Studio Community 2017? I have the Visual Studio Installer in...