(2) Lower-Case Letters for XHTML elements
- XHTML requires lower-case letters.
- Therefore, always use lower-case:
- for the XHTML script tags.
- for the XHTML event handler attributes.
Why? — because they are part of the mark-up language.
- Be careful. This rule applies to the XHTML. It does not apply to the JavaScript as we shall see ….
