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, ∼2062🔥, 0💬
Popular Posts:
How to use "xml-to-json" Azure API Policy Statement? The "xml-to-json" Policy Statement allows you t...
How to Install Docker Desktop on Windows 10? You can follow this tutorial to Install Docker Desktop ...
What Is Azure API Management Service? Azure API Management as a turnkey solution for publishing APIs...
Can Multiple Paragraphs Be Included in a List Item? Yes. You can include multiple paragraphs in a si...
How to build a PHP script to dump Azure AD 2.0 Authentication Response? If you are use the Azure-AD-...