diff options
author | Guillaume Baudusseau <guillaume.baudusseau@gmail.com> | 2015-06-17 13:42:15 -0400 |
---|---|---|
committer | Guillaume Baudusseau <guillaume.baudusseau@gmail.com> | 2015-06-17 13:42:15 -0400 |
commit | e5bc272375a55a8b19a8d14067d630a62764c2b5 (patch) | |
tree | b67b3de07023a34ce0b4782f498ff36bb7eb484b /README.md | |
parent | 192028095988d8ad7355114670ec4495c3294aac (diff) | |
download | markup-validator-e5bc272375a55a8b19a8d14067d630a62764c2b5.zip markup-validator-e5bc272375a55a8b19a8d14067d630a62764c2b5.tar.gz markup-validator-e5bc272375a55a8b19a8d14067d630a62764c2b5.tar.bz2 |
update readme with markdown
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..d73ee62 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +# W3C Markup Validator + +The Markup Validator is a free service by W3C that helps check the validity of Web documents. +Most Web documents are written using markup languages, such as HTML or XHTML. +These languages are defined by technical specifications, which usually include a machine-readable formal grammar (and vocabulary). +The act of checking a document against these constraints is called validation, and this is what the Markup Validator does. + +## Copyright + +[W3C Software License and Notice](http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231). |