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


February 02, 2009 05:55:17 #5
 rajadurai24   Member Since: February 2009    Total Comments: 5 

RE: Difference between XML and HTML
 

1) XML is not a replacement for HTML.

2) XML and HTML were designed with different goals.

3) XML was designed to describe data and to focus on what data is.

4) HTML was designed to display data and to focus on how data looks.

5) HTML is about displaying information, XML is about describing information

     

 

Back To Question