Difference b/w XML and HTML.
Answers were Sorted based on User's Feedback
Answer / kumaran
XML is Extensible Markup Language
HTML is Hyper Text Markup Language
XML is allow user-defined tags
HTML is allow only pre-defined tags
XML is case-sensitive Eg. <NETRAS> </NETRAS>
HTML is not case-Sensitive Eg. <HTML> </html>
XML is a DYNAMIC Page
HTML is a STATIC Page
Is This Answer Correct ? | 46 Yes | 4 No |
Answer / ganesh
Simple Definition:
XML was designed to describe data and to focus on what data is.
HTML was designed to display data and to focus on how data
looks.
Is This Answer Correct ? | 36 Yes | 5 No |
Answer / prasad kulkarni
XML is Extensible Markup Language
HTML is Hyper Text Markup Language
XML is basically used to describe some data.There are no
fixed set,i.e pre-defined TAGS used in XML. The tags are
user defined. It is used for Data description and streaming.
HTML deals with data representation.
Is This Answer Correct ? | 35 Yes | 11 No |
Answer / srija sundhar
XML is used to carry the data
HTML is used to design the data
Is This Answer Correct ? | 12 Yes | 2 No |
Answer / akhilesh kr. verma gla mathura
html is predominant markup language for creation a webpage
xml is general-purpose markup language
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / amit gupta
The main difference between XML and HTML :
XML was designed to carry data.
Before you continue you should have a basic understanding of the following :
XML was designed to describe data and to focus on what data is. HTML was designed to display data and to focus on how data looks .
HTML is about displaying information, while XML is about describing information.
XML is free and extensible
XML tags are not predefined. You must "invent" your own tags.
The tags used to mark up HTML documents and the structures of HTML documents are predefined. The author of HTML documents can only use tags that are defined in the HTML standard (like , etc.).
XML allows the author to define his own tags and his own document structure.
The tags in the example above (like <to> and <from>) are not defined in any XML standard. These tags are "invented" by the author of the XML document.
Is This Answer Correct ? | 6 Yes | 0 No |
Answer / santosh verma
HTML is presentaton language
XML is not either a programing language
Is This Answer Correct ? | 3 Yes | 6 No |
Explain how to remove a particular element from XML?
What is xml designed for?
What is the difference between html and xml?
How do I convert a pdf to a zip file?
How do I create an rss feed for my podcast?
What is the difference between xml and xls?
Which browser first used the rss feed?
Can you use css and html together?
Where is xslt used?
What is the scope of an xml namespace declaration?
How do I open an rss feed?
What is an xml feed?