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...")
 
(External links)
Line 12: Line 12:
  
 
== External links ==
 
== External links ==
 +
 +
* [https://en.wikipedia.org/wiki/Validator Validator] @ Wikipedia
  
 
[[Category:Web design and development]]
 
[[Category:Web design and development]]

Revision as of 12:24, 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