Difference between revisions of "Markup validation"

From Wiki @ Karl Jones dot com
Jump to: navigation, search
(Created page with "'''Markup validation''' checks HTML and XHTML documents for well-formed markup. == Description == Markup validation is an important step towards ensuring the technic...")
 
(See also)
 
(One intermediate revision by the same user not shown)
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.
  
 
== External links ==
 
== External links ==
 +
 +
* [https://en.wikipedia.org/wiki/Validator Validator] @ Wikipedia
  
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

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

External links