Reference:
- Quick guide to XHTML
- XHTML versus HTML
- To Use or Not to Use: An XHTML Roadmap for Designers
- Sending XHTML as text/html Considered Harmful
On the current web, XHTML doesn't have that many advantages over HTML. Some people think that it hasn't got any advantage over HTML, 'cause the correct content-type for XHTML, application/xhtml+xml, isn't supported by Internet Explorer (how many times I have written that sentence...).
How do the other developers/people think about the relation of XHTML and HTML and do you also have some good resources...The problem is that when you send your XHTML syntax based documents as text/html they will be treated as HTML by the browser. Let me rephrase that: all your documents are handled as tag soup by the browser because they contain invalid HTML. Yes I said HTML. XHTML is a XML based language and should be used and treated as such.
Source: XHTML is invalid HTML