2.XML is used especially for storing Data and Transporting the Data
3.Apart from the above fundamental difference there are syntactical differences also.
4.Xml is a strongly typed language and HTML is loosely typed language
Ex: If you miss any ending tag in the XML your document will not be parsed and XML Parser gives you an Error. In case of HTML if you miss any ending tag then also your HTML code will be executed.
5.XML is case sensitive Ex: <Name>
6.HTML is not case sensitive Ex: <Title>and<title> are same
No comments:
Post a Comment