Differences Between XML and HTML
Some Differences between XML and HTML:
| XML | HTML |
| User definable tags | Defined set of tags designed for web display |
| Content driven | Format driven |
| End tags required for well formed documents | End tags not required |
| Quotes required around attributes values | Quotes not required |
| Slash required in empty tags | Slash not required |
Explore posts in the same categories: HTML, XML Interview Questions