nava123
Aug 24 2009, 10:24 AM
What exactly is XHTML. how much different from HTML is it? and, do I have to re-learn a whole bunch of stuff to write valid code with it?
IamShipon1988
Sep 19 2009, 12:50 AM
HTML and XHTML is fairly the same. The only difference is that XHTML combines some main features from HTML and XML. I personally like using XHTML over HTML but it's a personal decision. Many people, such as swordz, would recommend others to stay away from it. I say just go ahead and try it. Only then will you get the best view of the capability this hybrid language has.
swordz
Sep 19 2009, 10:52 AM
The main problem I have with xhtml is that, if it's used properly, some older browsers will refuse it - after all, they were written to parse text/html, not application/xhtml+xml. And if it's not used properly, it's seen as html (and parsed as such) by all browsers.
Either way you lose.
Swordz