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, ∼2311🔥, 0💬
Popular Posts:
Where to find tutorials on OpenID? Here is a large collection of tutorials to answer many frequently...
FYIcenter.com Online Tools: FYIcenter JSON Validator and Formatter FYIcenter JSON to XML Converter F...
Where to find tutorials on JSON (JavaScript Object Notation) text string format? I want to know how ...
Why I am getting "The Windows SDK version 8.1 was not found" error, when building my C++ application...
Where to find tutorials on HTML language? I want to know how to learn HTML. Here is a large collecti...