954,591 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

HTML & XML

Could someone decribe the differences between HTML and XML.

Thanks in advance

vex
Newbie Poster
22 posts since Apr 2005
Reputation Points: 10
Solved Threads: 0
 

HTML is a set of tags to describe a web page.

XML is a set of tags to describe any given type of hiercharchal data, depending on the schema for that data.

XHTML is an XML-compliant implementation of HTML.

So with XML, you could invent your own tags and properties to describe any package of data. You would create a schema that described your legal tags and properties. Then if enough people liked it, you could start exchanging XML data in your format, and possibly make it a standard.

That's what XHTML is - a standardized XML format/schema created for web pages.

All "ML" formats have SGML as the predecessor.

tgreer
Made Her Cry
Team Colleague
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You