What are the Difference between XML and HTML?
4 years ago
Web Technology
XML is not replacement for HTML rather both were designed with different goals:
- XML was designed to describe data, with focus on what data is
- HTML was designed to display data, with focus on how data looks
- HTML is about displaying information, while XML is about carrying information.
Rajiv Shah
Sep 30, 2021