+ 8
what is xml,is it same of html?
what is xml,is it same of html? XML HTML
4 Answers
+ 2
Nope , although XML and html are markup languages , they are ment for different purposes.
HTML : html is used for making websites.
XML : xml is used for making User interfaces (UI)
HTML : it has predefined tags , like the <b></b> tag which when used will make the text bold.
XML : it has no predefined tags, all the properties of the text within the tags are controlled by using some other programming language.
For more info refer to w3 schools:
https://www.w3schools.com/xml/xml_whatis.asp
+ 6
No, XML is different from HTML. Although both are markup languages they have differences.
In w3schools have an introduction to XML and cover your question more clearly (and using examples):
https://www.w3schools.com/xml/xml_whatis.asp
+ 2
natasha it is different. basically xml is used for making android app and html is used for developing website.