2.1. HTML
- Three current standards:
- HTML 4.01 Transitional/Strict.
- XHTML 1.0 Transitional/Strict - corresponds to HTML 4.01, but based on XML.
- XHTML 1.1 - more or less XHTML 1.0 Strict, with a few things done differently.
- HTML 4.01 is better supported by older browsers, but XHTML can help detect a lot of bugs.
- The Transitional variants may be recommended, because the strict ones disallows many features that are better supported by older or buggy browsers.