Tutoriallearn.com
Easy Learning
Search Tutoriallearn.com :
| | | |
|---|---|---|
| 1 | It uses predefined tags . | It uses user defined tags . |
| 2 | HTML is used to present the data on the web page. | XML is used to transfer the data in structure way. XML is used to carry the data and to store the data. |
| 3 | HTML is case insensitive . | XML is case sensitive . |
| 4 | Use of closing tags are optional in HTML | Use of closing tags are mandatory in XML. |
| 5 | HTML is does not describe the data while present the data. | XML is used to describe the data using tags defined by user. | 6 | HTML is used to design the web pages. | XML is basically used to transfer the data to the application for processing of the data. |
| 7 | HTML uses CSS (Cascading Style Sheet) to present the data in decent and attractive way. | XML can use XSL (Extensible Style Sheet) to present the data on the web page. |