Monday, June 15, 2009

Difference between HTML and XML


1.HTML is presentaton language where as XML is not either a programing language or a presentation language. It is used to transfer data between applications and databases.

2.HTML is not case-sensitive where as XML is case-sensitive.

3.In XML we can define our own tags as it is not possible in HTML.

4.In XML it is mandatory to close each and every tag where as in HTML it is not required.

5.XML describes the data where as HTML only defines the data.

No comments:

Post a Comment