--%>

Explain the differences between HTML and XML

Explain the differences between HTML and XML?

E

Expert

Verified

It’s remarkable how many developers claim to be capable programming along with XML, even do not understand the fundamental differences between HTML and XML. Anyone along with a basic grasp of XML must be capable describe several of the major differences outlined in the table below.

HTML

• For web display explained set of tags designed
• Format driven
• End tags not needed
• Quotes not needed
• Slash not needed

XML

• All tags are User definable
• Content driven
• End tags needed for well formed documents
• Quotes needed around attributes values
• Slash needed in empty tags

   Related Questions in Programming Languages