diff options
-rw-r--r-- | htdocs/intro.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/htdocs/intro.html b/htdocs/intro.html new file mode 100644 index 0000000..c4f5980 --- /dev/null +++ b/htdocs/intro.html @@ -0,0 +1,15 @@ +<div class="intro"> + <p> + This validator checks the + <a href="docs/help.html#validation_basics" title="What is markup validation?">markup validity</a> + of Web documents in HTML, XHTML, SMIL, MathML, etc. + If you wish to validate specific content such as + <a href="http://validator.w3.org/feed/" title="Feed validator, hosted at W3C">RSS/Atom feeds</a> or + <a href="http://jigsaw.w3.org/css-validator/" title="W3C CSS Validation Service">CSS stylesheets</a> + or to <a href="http://validator.w3.org/checklink" title="W3C Link Checker">find broken links</a>, + there are <a href="http://www.w3.org/QA/Tools/">other validators and tools</a> available. + </p> + <p>This is the markup Validator v0.8.0-dev. + Latest Stable release of the validator was + <a href="whatsnew.html#t2006-11-14">version 0.7.4, released 14 Nov, 2006</a>.</p> +</div> |