Difference between revisions of "Markup validation"
From Wiki @ Karl Jones dot com
Karl Jones (Talk | contribs) (→External links) |
Karl Jones (Talk | contribs) (→See also) |
||
Line 9: | Line 9: | ||
== See also == | == See also == | ||
+ | * [[Validator]] | ||
* [[W3C Markup Validation Service]] - a markup validator by the [[World Wide Web Consortium]] (W3C) that allows [[Internet]] users to check [[HTML]] and [[XHTML]] documents for well-formed markup. | * [[W3C Markup Validation Service]] - a markup validator by the [[World Wide Web Consortium]] (W3C) that allows [[Internet]] users to check [[HTML]] and [[XHTML]] documents for well-formed markup. | ||
Latest revision as of 12:26, 20 September 2016
Markup validation checks HTML and XHTML documents for well-formed markup.
Description
Markup validation is an important step towards ensuring the technical quality of web pages. However, it is not a complete measure of web standards conformance.
Though W3C validation is important for browser compatibility and site usability, it has not been confirmed (2016) what effect it has on search engine optimization.
See also
- Validator
- W3C Markup Validation Service - a markup validator by the World Wide Web Consortium (W3C) that allows Internet users to check HTML and XHTML documents for well-formed markup.
External links
- Validator @ Wikipedia