The main difference between XML and HTML?
* XML was designed to describe data and to focus on what data is. HTML was designed to display data and to focus on how data looks
* HTML is about displaying information, while XML is about describing information.
* The tags used to mark up HTML documents and the structures of HTML documents are predefined.
* XML allows the author to define his own tags and his own document structure.