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 do I view xsd files?
How do I publish an xml message?
How do applications process documents that use xml namespaces?
How are comments used in xml?
How can I compare two excel sheets?
What is Coding? Difference between Coding & Tagging
Can I use java to create or manage xml files?
Why do xml namespaces start with http?
What is the relationship between xml namespaces and the xml 1.0 recommendation?
What does svg stand for and what is it used for?
What's xlink?
What is xml schema used for?
How do I use graphics in xml?
What is XML Signature?
How is xml structured?