Difference between html/Xhtml

XHTML is a combination of HTML and XML (Extensible Markup Language).
XML is a markup language where everything must be marked up correctly,
which results in "well-formed" documents. XML is designed to describe data,
and HTML is designed to display data. Today's market consists of different browser technologies, some browsers run on computers, and some browsers
run on mobile phones or other small devices. The last-mentioned do not have
the resources or power to interpret a "bad" markup language. Therefore - by combining the strengths of HTML and XML, W3C recommended a markup language that is useful now and in the future - XHTML.

The Most Important Differences:



references

http://www.w3schools.com/tags/tag_DOCTYPE.asp
http://www.w3schools.com/xhtml/xhtml_syntax.asp

NEXT