What is Markup Validation?

A valid document is one that specifies a DOCTYPE, and all of whose elements comply with the structures specified in that DOCTYPE.

Document validity can be checked at the W3C website; Visual Studio also presents errors about structure of HTML pages. Aggiorno can automatically fix many invalid constructs.

See Also