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
2017-02-24, 1119👍, 0💬
Popular Posts:
How to add request query string Parameters to my Azure API operation 2017 version to make it more us...
How to use the XML to JSON Conversion Tool at freeformatter.com? If you want to try the XML to JSON ...
Where to get a JSON.stringify() Example Code in JavaScript? Here is a good JSON.stringify() example ...
How To Submit Values without Using a Form in PHP? If you know the values you want to submit, you can...
What properties and functions are supported on http.client.HTTPResponse objects? If you get an http....