Changes between Version 7 and Version 8 of Documentation/FAQ
- Timestamp:
- 07/22/10 22:33:40 (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Documentation/FAQ
v7 v8 12 12 Validation is a process of testing some piece of content (HTML, CSS, etc.) against a set of rules. The HTML validator determines whether the markup conforms to the grammar of HTML (e.g., as expressed through a document type definition, or DTD). The CSS validator determines whether the CSS rules conform to CSS syntax. 13 13 14 Learn more [http://validator.w3.org/docs/help.html#validation_basics about markup validation]. 15 14 16 == How do I get started making my pages valid? == 15 17 16 18 See [http://www.w3.org/QA/2002/09/Step-by-step Making your website valid: a step by step guide] and see other [http://www.w3.org/QA/Library/#websitequality resources on Web quality]. 19 20 == What checks does Unicorn do? == 21 22 Today Unicorn aggregates results from the following tools: 23 24 * 17 25 18 26
