Headings: [Skip]

Web-Design Tutorials by Dr Sam

XHTML Strict Specs, Part 1

Menu [Skip]

Lower Case Letters

Caution

Some textbooks for HTML use the upper-case letters.

In XHTML however, the distinction is made between upper- and lower-case letters due to the distinction in XML. For instance, <P> would not be the same as <p> in XML. So, <P> will not validate for <p> in XHTML.