XHTML validation
A valid XHTML document is the document that conforms to the XHTML specification. Validation of the document can ensure that our document will be shown to the client in accurate result. However, the validation does not ensure cross-browser compatibility. It just verifies that the webpage constructed in XHTML meets the definition as it mentions in Document Type Declaration, usually called DTD. The validated XHTML must contain:
- The compatible DTD places at the very beginning of an XHTML document.
- The character encoding (lang tag)
- Common syntax as mention in previous section
This tutorial is final project for INFSCI 2000, Fall 2004
Copyright 2004 School of Information Science, University of Pittsburgh