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 docuement is serialized in XHTML syntax, it becomes an XML document.
When an HTML docuement 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/.
Â
⇒⇒HTML Tutorials
2017-02-24, 1005👍, 0💬
Popular Posts:
Why am I getting this "Docker failed to initialize" error? After installing the latest version of Do...
Where to find tutorials on PHP language? I want to know how to learn PHP. Here is a large collection...
How To Use an Array as a Queue in PHP? A queue is a simple data structure that manages data elements...
Where to see resource detailed information of my API Management Service on Azure Portal? Once you ha...
How to create a new API on the Publisher Portal 2017 version of an Azure API Management Service? If ...