Differences Between XML and HTML
Answers were Sorted based on User's Feedback
Answer / muralimohan
HTML is used to create the webpages means display the data.
But
XML is not like HTML. It is used to store and carrying the
data.
Is This Answer Correct ? | 15 Yes | 1 No |
Answer / guest
XML
HTML
User definable tags
Defined set of tags designed for web display
Content driven
Format driven
End tags required for well formed documents
End tags not required
Quotes required around attributes values
Quotes not required
Slash required in empty tags
Slash not required
Is This Answer Correct ? | 16 Yes | 6 No |
Answer / anshul
XML and HTML are different and they both have different
goals. They are designed for different purposes. Some people
think that xml is an advanced version of html and it has
come to replace html. It is not the case. Both will be there
as they are used for different purposes.
Is This Answer Correct ? | 10 Yes | 5 No |
Answer / 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 |
Answer / shashank
Xml = eXtensible Markup Language
Html = Hyper Text Markup Language
Is This Answer Correct ? | 1 Yes | 0 No |
What does attr mean?
What are the different way in which website layout can be made?
What is the use of dom in html?
What is an inline text?
What is the significance of <head> and <body> tag in HTML?
What is a semantic tag?
What is a tag for a website?
How we can insert copy right on browser page?
Explain Block Elements?
What are the main html tags?
Why we use xhtml instead of html?
How many html5 tags are there?