The changes from HTML 4.01 to XHTML 1.0. All the changes have to do with the fact that XHTML is an application of XML while HTML was an application of SGML.
- every tag must be closed
- tags are in lower case
- attributes must be quoted
This aren't many changes yet, but modularization will change much more.