Answer Posted / fareedha
1. Html stands for hypertext markup language.
XML stands for eXtensible markup language.
2. Html extension .html,Xml extension .xml.
3. Html is static, Xml is dynamic.
4. Html is case insensitive,Xml is case sensitive.
5. Html used only to format the information.
Xml cannot be formatted at all.
6. Html only defines the data.Xml describes the data.
7. Html properly enclosed tags, each and every starting.
Xml properly enclosed tags, contains one root tag and
more than one sub tag.
8. Html document starts and end with <html> and </html>
tags. Xml document start with <? and end with ?>.
9. In Html, it is stored inside the files.
In Xml, data is stored in separate Xml files.
10.To display Html, we used CSS. In Xml, we used XSL.
| Is This Answer Correct ? | 12 Yes | 1 No |
Post New Answer View All Answers
How does xml parsing work?
Can I encode mathematics using xml?updated
What is the function of keys in xsl?
What is xslt in xml?
How you define template in XSLT?
What is rss feed and how it works?
What is the main use of an xslt file?
Is xml a flat file?
Why xml parser is used?
Types of applications that can benefit from using XML?
How do I convert pdf to xml?
If xml is just a subset of sgml, can I use xml files directly with existing sgml tools?
What is xml language used for?
What is xml declaration tag?
Why has xml been used for development?