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 is tag example?
What is a nest in html?
What is the purpose of canvas in html?
What is a frameset bike?
What two keys are created by the html5 keygen element?
What is br tag?
Does a <!DOCTYPE html> tag is a html tag?
What are title tags?
When should I use html5?
What are web sockets?
What is the tag Code Base and why do we use it?
Where is the meta title?