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, 890👍, 0💬
Popular Posts:
How to create the Hello-3.0.epub package? I have all required files to create Hello-3.0.epub. To cre...
How to build a test service operation to dump everything from the "context.Request" object in the re...
How to start Visual Studio Command Prompt? I have Visual Studio 2017 Community version with Visual C...
Where to find tutorials on how to Read and Write Files in PHP? A collection of tutorials to answer m...
How To Quote Date and Time Values in SQL Statements in PHP? If you want to provide date and time val...