Validator

From Wiki @ Karl Jones dot com
Revision as of 13:29, 20 September 2016 by Karl Jones (Talk | contribs) (Created page with "A '''validator''' is a computer program used to check the validity or syntactical correctness of a fragment of code or document. The term is commonly used in the context...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A validator is a computer program used to check the validity or syntactical correctness of a fragment of code or document.

The term is commonly used in the context of validating HTML, CSS, and XML documents or RSS feeds, although it can be used for any defined format or language.

See also

External links