diff options
author | ot <ot@localhost> | 2007-02-20 08:23:58 +0000 |
---|---|---|
committer | ot <ot@localhost> | 2007-02-20 08:23:58 +0000 |
commit | 0fc21ffafd63d0467fa69dbf4d79a48a849e43cd (patch) | |
tree | 24f7257de59b82e5bf9d329f91a809c90b160891 | |
parent | a4d22413c52987155771177a79c63d4e1df699fe (diff) | |
download | markup-validator-0fc21ffafd63d0467fa69dbf4d79a48a849e43cd.zip markup-validator-0fc21ffafd63d0467fa69dbf4d79a48a849e43cd.tar.gz markup-validator-0fc21ffafd63d0467fa69dbf4d79a48a849e43cd.tar.bz2 |
link tooltips for other validator links
-rwxr-xr-x | htdocs/index.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 2fb0202..77a0bd0 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,5 +1,5 @@ -<!--#set var="revision" value="\$Id: index.html,v 1.81 2007-02-20 07:35:13 ot Exp $" ---><!--#set var="date" value="\$Date: 2007-02-20 07:35:13 $" +<!--#set var="revision" value="\$Id: index.html,v 1.82 2007-02-20 08:23:58 ot Exp $" +--><!--#set var="date" value="\$Date: 2007-02-20 08:23:58 $" --><!--#set var="title" value="The W3C Markup Validation Service" --><!--#set var="relroot" value="./" --><!--#include virtual="header.html" --> @@ -82,9 +82,9 @@ Check the markup (HTML, XHTML) of Web documents <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/">RSS/Atom feeds</a> or - <a href="http://jigsaw.w3.org/css-validator/">CSS stylesheets</a> - or to <a href="http://validator.w3.org/checklink">find broken links</a>, + <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. |