diff options
-rwxr-xr-x | htdocs/index.html | 77 |
1 files changed, 39 insertions, 38 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 1e198bc..ecb55a0 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -1,22 +1,22 @@ -<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" - "http://www.w3.org/TR/REC-html40/loose.dtd"> -<html> +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>W3C HTML Validation Service</title> - <link rev="made" href="mailto:gerald@w3.org"> + <link rev="made" href="mailto:gerald@w3.org" /> <meta name="keywords" content="HTML, Hypertext Markup Language, Validation, - W3C HTML Validation Service"> + W3C HTML Validation Service" /> <meta name="description" content="W3C's easy-to-use - HTML validation service, based on an SGML parser."> + HTML validation service, based on an SGML parser." /> </head> <body bgcolor="#FFFFFF" text="#000000" link="#0000ee" vlink="#551a8b"> <p> <a href="http://www.w3.org/"><img - src="http://www.w3.org/Icons/WWW/w3c_home" height=48 border=0 - alt="W3C"></a> + src="http://www.w3.org/Icons/WWW/w3c_home" height="48" border="0" + alt="W3C" /></a> </p> <h1>W3C HTML Validation Service</h1> @@ -38,18 +38,18 @@ <ul> <li><a href="whatsnew.html#2000-01-26">Updated XHTML 1.0, HTML 4.01 DTDs</a> - <small>(January 26, 2000)</small> + <small>(January 26, 2000)</small></li> <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> + <small>(August 24, 1999)</small></li> <li><a href="whatsnew.html#1999.04.08">Added username/password proxying</a> - <small>(April 8, 1999)</small> + <small>(April 8, 1999)</small></li> <li><a href="whatsnew.html#1999.03.04">Added support for XHTML</a> - <small>(March 4, 1999)</small> + <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><a href="whatsnew.html">more...</a> + <small>(Feb 25, 1999)</small></li> + <li><a href="whatsnew.html">more...</a></li> </ul> <p> @@ -59,57 +59,57 @@ href="http://jigsaw.w3.org/css-validator/">CSS Validation Service</a>. </p> - <hr> + <hr /> <h2><a name="byURI">Validate Documents by URI</a></h2> <p> Enter the location of a document you would like validated: </p> - <form method=GET action="/check"> - Location: <input name="uri" size=50> - <table cellpadding=0 cellspacing=0> + <form method="get" action="/check"> + Location: <input name="uri" size="50" /> + <table cellpadding="0" cellspacing="0"> <tr> <td> - <input name="weblint" type=checkbox value=""> Include <a + <input name="weblint" type="checkbox" value="" /> Include <a href="http://www.weblint.org/">Weblint</a> results </td> <td> - <input name="pw" type=checkbox value=""> run Weblint + <input name="pw" type="checkbox" value="" /> run Weblint in "pedantic" mode </td> </tr> <tr> <td> - <input name="ss" type=checkbox value=""> Show source input + <input name="ss" type="checkbox" value="" /> Show source input </td> <td> - <input name="outline" type=checkbox value=""> Show an outline of this - document<br> + <input name="outline" type="checkbox" value="" /> Show an outline of this + document<br /> </td> </tr> <tr> <td> - <input name="sp" type=checkbox value=""> Show parse tree + <input name="sp" type="checkbox" value="" /> Show parse tree </td> <td> - <input name="noatt" type=checkbox value=""> exclude - attributes from the parse tree<br> + <input name="noatt" type="checkbox" value="" /> exclude + attributes from the parse tree<br /> </td> </tr> </table> - <input type="submit" value="Validate this URI"> - <input type="reset" value="Reset this form"> + <input type="submit" value="Validate this URI" /> + <input type="reset" value="Reset this form" /> </form> - <hr> + <hr /> <h2><a name="seeAlso">See Also</a></h2> <ul> <li><a href="whatsnew.html">Recent changes to this service</a></li> <li><a href="news:comp.infosystems.www.authoring.html">The HTML - authoring newsgroup</a> (for help with HTML) + authoring newsgroup</a> (for help with HTML)</li> <li><a href="feedback.html">How to provide feedback on this service</a></li> <li><a href="sgml-lib/catalog">DTDs (document types) supported by this service</a> (the SGML catalog)</li> @@ -117,11 +117,11 @@ <li><a href="todo.html">The to-do list for the service</a></li> <li><a href="http://lists.w3.org/Archives/Public/www-validator/">The www-validator mailing list archives</a></li> - <li><a href="http://www.w3.org/MarkUp/">W3C's HTML home page</a> + <li><a href="http://www.w3.org/MarkUp/">W3C's HTML home page</a></li> <li><a href="http://www.w3.org/TR/html401/">The W3C HTML 4.01 - Recommendation</a> + Recommendation</a></li> <li><a href="http://www.w3.org/TR/xhtml1/">The W3C XHTML 1.0 - Recommendation</a> + Recommendation</a></li> </ul> @@ -158,6 +158,7 @@ Patches and ideas from Terje Bless, <a href="http://www.htmlhelp.com/%7Eliam/">Liam Quinn</a>, and others. + </li> </ul> @@ -169,14 +170,14 @@ href="http://www.webtechs.com/markg/">Mark Gaither</a>. </p> -<hr> +<hr /> <address> <a href="http://validator.w3.org/check/referer"><img - src="http://validator.w3.org/images/vh40.gif" height=31 width=88 - align=right border=0 alt="Valid HTML 4.0!"></a> - <a href="/feedback.html">Gerald Oskoboiny</A><br> - $Date: 2000-01-31 21:21:20 $ + 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 20:50:00 $ </address> </body> |