HTML |
XML |
HTML focuses on - “How data looks?” |
XML focuses on - “What data is ?” |
HTML is used to Display Information. |
XML is used to Describe Information. |
HTML Tags are Predefined |
XML Tags can be user Defined. |
HTML is used to Design Web pages . |
XML is designed to Carry data or to Create new Scripting Language. |
HTML is Case Insensitive |
XML is case Sensitive. |
HTML does not preserve white space |
XML preserves White Space |
HTML is not Strict. |
XML is String as Strict. |
HTMLis presentation language |
XML neither a programming language nor a presentation language |