Difference between Xml and Html

Difference between Xml and Html

Xml is case sensitive mark up language

Html is not case sensitive mark-up language

Xml is used to described data

Html is used to define data

In xml ending tags can never be omitted

In html ending tags can be omitted

In xml only paired tags exists

In html , singular and paired tags exists

In xml data interchange is possible

Not possible

In xml user defined tags are possible

In html only predefined tags are possible

Xml documents are reusable and extensible

Html document does not supports reusability and extensibility