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.
2024-01-31, ∼1927🔥, 0💬
Popular Posts:
How to view API details on the Publisher Dashboard of an Azure API Management Service? You can follo...
Where can I download the EPUB 2.0 sample book "The Problems of Philosophy" by Lewis Theme? You can f...
How to use "{{...}}" Liquid Codes in "set-body" Policy Statement? The "{{...}}" Liquid Codes in "set...
How to access Query String parameters from "context.Request.Url.Que ry"object in Azure API Policy? Q...
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...