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


October 10, 2008 00:05:57 #4
 ptharak   Member Since: October 2008    Total Comments: 6 

RE: Difference between XML and HTML
 
HTML is Presentation Language, it is not case sensitive, every tag need not have an ending tag, we cannot write our own Tags.

In XML, Every tag must have an ending tag, We can write our own tags, It is case sensitive.
     

 

Back To Question