diff options
author | ot <ot@localhost> | 2007-03-22 05:03:36 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-03-22 05:03:36 +0000 |
commit | 029e321bb73e4a90053377ddc88056f893bea61b (patch) | |
tree | 96a6c5547de60a5251681550ee6dd49bcd49530f /htdocs | |
parent | 5c15a1b52734b0fa9cb4d3c9b72001261cea639e (diff) | |
download | markup-validator-029e321bb73e4a90053377ddc88056f893bea61b.zip markup-validator-029e321bb73e4a90053377ddc88056f893bea61b.tar.gz markup-validator-029e321bb73e4a90053377ddc88056f893bea61b.tar.bz2 |
block for intro text and latest news
Diffstat (limited to 'htdocs')
-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> |