Answer Posted / pratibha
XML files are meant to hold data and data in an xml file is
well described. If you look at an xml file you can say what
it holds. For example if you find a number in an xml file
you can find out easily what that number identifies, whether
it is the number of products, or the price of a product etc.
In html it is not the case.
HTML is used to display the data in a formatted way. You can
apply styles and use different layouts to display the data
in an html file. The data that is displayed in an html file
could come from an xml file.
So to say in simple words, html displays the data and xml
holds the data!
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
Is local storage secure?
How to open a link in new tab or window?
What xhtml means?
How can I specify colors?
Do you know which are two semantic tags are included in HTML5 version?
What is semantic elements in html5? List some semantic elements
Is colgroup deprecated?
What are keywords in seo?
What is dom and bom?
Why hyperlink is used?
What is innerhtml?
What is textcontent?
What are formatting tags?
What is empty tag and container tag?
List out the page structure elements of html5.