Tuesday, July 21, 2009

XML - Extendable Markup Language

XML is like HTML but with some key differences. It is not designed to replace HTML as it was designed with different goals in mind.
* XML was designed to CARRY data not display data like HTML.
* XML has no predefined tags, the user must define their own tags.
* XML was designed to be self descriptive.
* XML is endorsed by W3C.

No comments:

Post a Comment