diff options
-rwxr-xr-x | htdocs/index.html | 49 |
1 files changed, 24 insertions, 25 deletions
diff --git a/htdocs/index.html b/htdocs/index.html index 87a93f8..3432f85 100755 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -13,22 +13,21 @@ <body> <p class="navbar"> - <a href="about.html">About...</a><br /> - <a href="feedback.html">Feedback</a><br /> - <a href="whatsnew.html">What's new</a><br /> - <a href="source/">Source code</a><br /> - <a href="http://lists.w3.org/Archives/Public/www-validator/">List archives</a><br /> - <a href="http://jigsaw.w3.org/css-validator/">CSS validator</a><br /> - <a href="checklink">Link checker</a><br /> - <a href="http://www.w3.org/MarkUp/">HTML home</a><br /> - <a href="file-upload.html">Upload files</a><br /> - <a href="http://www.w3.org/People/Raggett/tidy/">HTML Tidy</a><br /> - <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a><br /> - <a href="http://www.w3.org/TR/html401/">HTML 4.01</a><br /> + <a href="about.html">About...</a> + <a href="feedback.html">Feedback</a> + <a href="whatsnew.html">What's New</a> + <a href="source/">Source Code</a> + <a href="http://jigsaw.w3.org/css-validator/">CSS Validator</a> + <a href="checklink">Link Checker</a> + <a href="http://www.w3.org/MarkUp/">HTML Home</a> + <a href="file-upload.html">Upload Files</a> + <a href="http://www.w3.org/People/Raggett/tidy/">HTML Tidy</a> + <a href="http://www.w3.org/TR/xhtml1/">XHTML 1.0</a> + <a href="http://www.w3.org/TR/html401/">HTML 4.01</a> </p> - <h1><a href="http://www.w3.org/"><img height="48" alt="W3C" id="logo" - src="http://www.w3.org/Icons/WWW/w3c_home" /></a> - HTML Validation Service</h1> + <h1 id="title"><a href="http://www.w3.org/"><img height="48" alt="W3C" + id="logo" src="http://www.w3.org/Icons/WWW/w3c_home" /></a> + HTML Validation Service</h1> <div class="intro"> <p> Welcome to the W3C HTML Validation Service; a free service that checks @@ -64,11 +63,11 @@ <h2><a name="byURI">Validate by URI</a></h2> <form method="get" action="/check"> <table> - <tr><th>Address:</th><td colspan="2"><input name="uri" size="50" /></td></tr> + <tr><th><label for="uri">Address:</label></th><td colspan="2"><input id="uri" name="uri" size="50" /></td></tr> <tr> - <th>Character Encoding:</th> + <th><label for="charset">Character Encoding:</label></th> <td colspan="2"> - <select name="charset"> + <select id="charset" name="charset"> <option value="(detect automatically)">(detect automatically)</option> <option value="utf-8 (Unicode, worldwide)">utf-8 (Unicode, worldwide)</option> <option value="iso-8859-1 (Western Europe)">iso-8859-1 (Western Europe)</option> @@ -107,9 +106,9 @@ </td> </tr> <tr> - <th>Document Type:</th> + <th><label for="doctype">Document Type:</label></th> <td colspan="2"> - <select name="doctype"> + <select id="doctype" name="doctype"> <option value="Inline">(detect automatically)</option> <option>XHTML 1.0 Strict</option> <option>XHTML 1.0 Transitional</option> @@ -124,12 +123,12 @@ </tr> <tr> <th rowspan="2">Options:</th> - <td><input name="ss" type="checkbox" value="" /> Show Source</td> - <td><input name="sp" type="checkbox" value="" /> Show Parse Tree</td> + <td><label><input name="ss" type="checkbox" value="" /> Show Source</label></td> + <td><label><input name="sp" type="checkbox" value="" /> Show Parse Tree</label></td> </tr> <tr> - <td><input name="outline" type="checkbox" value="" /> Show Outline</td> - <td><input name="noatt" type="checkbox" value="" /> ...exclude attributes</td> + <td><label><input name="outline" type="checkbox" value="" /> Show Outline</label></td> + <td><label><input name="noatt" type="checkbox" value="" /> ...exclude attributes</label></td> </tr> <tr><td /> <td><input type="submit" value="Validate this page" /></td> @@ -157,7 +156,7 @@ src="http://validator.w3.org/images/vxhtml10" height="31" width="88" alt="Valid XHTML 1.0!" /></a> <a href="/feedback.html">Gerald Oskoboiny</a><br /> - $Date: 2001-09-17 02:28:04 $ + $Date: 2001-09-19 00:37:52 $ </address> </body> </html> |