GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Programming  >  XML

 Print  |  
Question:  Difference between XML and HTML

Answer: Write five difference between XML and HTML


May 05, 2008 14:20:27 #2
 kishchilukuri   Member Since: April 2008    Total Comments: 10 

RE: Difference between XML and HTML
 
1.HTML is presentaton language where as XML is not either a programing  language or a presentation language. It is used to transfer data between applications and databases.
2.HTML is not case-sensitive where as XML is case-sensitive.
3.In XML we can define our own tags as it is not possible in HTML.
4.In XML it is mandatory to close each and every tag where as in HTML it is not required.
5.XML describes the data where as HTML only defines the data.
     

 

Back To Question