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 |
Which browsers support HTML5?
How do I insert references in word 2010?
What is a self closing tag?
What is a logical tag in html?
What is the process of tagging?
What is a meta word?
What are the html tags used to display the data in the tabular form?
What is html and how is it used?
What is html5 geolocation? How to use it?
What is colspan in html?
What are the types of list in html?
Write an html code to create an e-mail link?