Friday, August 24, 2012

DIFFERENCE BETWEEN HTML AND XHTML

HTML is application of SGML(Standard Generalized  Markup Language).
XHTML is application of XML(eXtensible Markup Language).
HMTL is design to display the data and XHTML is used to design the data.
HTML Requirement : text/html
XHTML Requirement:application/xml

XHTML is derived from html and similar to html , strict rules must be followed in XHTML like closing tags,case sensitive(lowercase),must have proper tags and nesting must be properly closed.

Main differences is
  • Case Sensitive
  • Optional tags
  • Properties of Root Element