diff options
author | gerald <gerald@localhost> | 2000-03-20 16:57:38 +0000 |
---|---|---|
committer | gerald <gerald@localhost> | 2000-03-20 16:57:38 +0000 |
commit | 3d5d3bc87d56ab065b185963955d32c35f36d429 (patch) | |
tree | 49bd0c3a91faba42cf364ead509a7fe761897936 /htdocs | |
parent | 12451831374bbfce51e48218103df7aac3f599e8 (diff) | |
download | markup-validator-3d5d3bc87d56ab065b185963955d32c35f36d429.zip markup-validator-3d5d3bc87d56ab065b185963955d32c35f36d429.tar.gz markup-validator-3d5d3bc87d56ab065b185963955d32c35f36d429.tar.bz2 |
committing changes made during a review with DanC on Feb 17
Diffstat (limited to 'htdocs')
-rwxr-xr-x | htdocs/index.html | 45 |
1 files changed, 14 insertions, 31 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 47558b7..6a5a2f3 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -19,19 +19,12 @@ alt="W3C" /></a> </p> - <h1>W3C HTML Validation Service</h1> - - <p> - Welcome to the W3C HTML Validation Service! - </p> - - <p> - This is an easy-to-use HTML validation service based on an SGML - parser. It checks HTML documents for compliance with W3C HTML - Recommendations and other HTML standards. - </p> + <h1>HTML Validation Service</h1> <p> + Welcome to the W3C HTML Validation Service. + It checks HTML documents for conformance to W3C HTML and + XHTML Recommendations and other HTML standards. Recent updates include: </p> @@ -42,34 +35,17 @@ <li><a href="whatsnew.html#1999.08.24">Added support for HTML 4.01; updated XHTML 1.0 DTDs</a> <small>(August 24, 1999)</small></li> - <li><a href="whatsnew.html#1999.04.08">Added username/password proxying</a> - <small>(April 8, 1999)</small></li> - <li><a href="whatsnew.html#1999.03.04">Added support for XHTML</a> - <small>(March 4, 1999)</small></li> - <li><a href="whatsnew.html#1999.02.25">Added support for - Japanese character encodings</a> - <small>(Feb 25, 1999)</small></li> <li><a href="whatsnew.html">more...</a></li> </ul> <p> - You can also check your <a - href="http://www.w3.org/Style/CSS/">Cascading Style Sheets</a> using - W3C's <a - href="http://jigsaw.w3.org/css-validator/">CSS Validation Service</a>. - </p> - - <hr /> - <h2><a name="byURI">Validate documents on the Web</a></h2> - - <p> - Enter the location (<a + <a name="byURI">Enter</a> the address (<a href="http://www.w3.org/Addressing/#terms">URI</a>) of a document you would like to validate: </p> <form method="get" action="/check"> - Location: <input name="uri" size="50" /> + Address: <input name="uri" size="50" /> <table cellpadding="0" cellspacing="0"> <!-- <tr> @@ -107,6 +83,13 @@ <input type="reset" value="Reset this form" /> </form> + <p> + You can also check your <a + href="http://www.w3.org/Style/CSS/">Cascading Style Sheets</a> using + W3C's <a + href="http://jigsaw.w3.org/css-validator/">CSS Validation Service</a>. + </p> + <hr /> <h2><a name="seeAlso">See also</a></h2> @@ -182,7 +165,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" align="right" border="0" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2000-02-01 21:54:44 $ + $Date: 2000-03-20 16:57:38 $ </address> </body> |