1.

what is the basic difference between HTML and XML ?

Answer» The basic difference between HTML and XML is that HTML mainly focuses on how data should look in a webpage. While, XML transport data between database and application.
1.Html is not case sensitive.xml is case sensitive2.Html is hypertext markup language.xml is extensible markup language3.Html is used for presenting data.xml is used for transporting and storing data.4.in html each opening tag may not have closing tag.in xml,each opening tag has closing tag.5.html documents are stored with the .html extension.xml documents are stored with the .xml extension
In HTML pre defined tags are used whereas in XML no pre defined tags are used.


Discussion

No Comment Found