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, 1348🔥, 0💬
Popular Posts:
How to use the "Ctrl-p Ctrl-q" sequence to detach console from the TTY terminal of container's runni...
What Is HTML? HTML (HyperText Markup Language) is the standard markup language for creating Web page...
How to use the "send-one-way-request" Policy statement to call an extra web service for an Azure API...
What Is session_register() in PHP? session_register() is old function that registers global variable...
How to login to Azure API Management Publisher Dashboard? If you have given access permission to an ...