Tools, FAQ, Tutorials:
Relation between HTML and XML
What Is the relation between HTML and XML?
✍: FYIcenter.com
XML (Extensible Markup Language) is a generic markup language to organize
generic information into a structured document with embedded tags.
HTML a specific markup language to organize Web information into a structured document.
When an HTML document is serialized in XHTML syntax, it becomes an XML document.
When an HTML document is serialized in HTML syntax, it becomes a text document with embedded tags similar to an XML document.
So HTML is related to XML only if an HTML document is serialized in the XHTML document.
For more information on XML, please visit http://www.w3.org/XML/.
⇒ Relation between HTML and HTTP
2024-01-31, ∼2392🔥, 0💬
Popular Posts:
How to use the "find-and-replace" Policy Statement for an Azure API service operation? The "find-and...
How to detect errors occurred in the json_decode() call? You can use the following two functions to ...
What is EPUB 2.0 Metadata "dc:creator" and "dc:contributor" elements? EPUB 2.0 Metadata "dc:creator"...
Where to find tutorials on Python programming language? I want to learn Python. Here is a large coll...
How to enter & sign in '@(...)' expressions? & signs can be entered in '@(...)' expr...