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, 1352🔥, 0💬
Popular Posts:
What properties and functions are supported on requests.models.Response objects? "requests" module s...
How to build a test service operation to dump everything from the "context.Request" object in the re...
Can You Add Values to an Array without Keys in PHP? Can You Add Values to an Array with a Key? The a...
How To Avoid the Undefined Index Error in PHP? If you don't want your PHP page to give out errors as...
What is test testing area for? The testing area is provided to allow visitors to post testing commen...