blob: 76e14979be9c5c9cb4a870d19a7ebed79f93c8c8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
<!--#set var="revision" value="\$Id: detailed.html,v 1.17 2004-05-09 15:56:49 link Exp $"
--><!--#set var="date" value="\$Date: 2004-05-09 15:56:49 $"
--><!--#set var="title" value="The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
<p><a id="skip" name="skip"></a>
This form allows you to enter a <acronym
title="Universal Resource Identifier">URI</acronym>
and have it validated. If you want to validate a file on
your computer, you can use the <a href="file-upload.html">File
Upload Interface</a>.
</p>
<div>
<fieldset><legend>Validate by URI</legend>
<form method="get" action="check">
<table>
<tr><th><label title="Address of page to Validate"
for="uri">Address:</label></th><td colspan="2"><input id="uri"
name="uri" size="50" /></td></tr>
<!--#include virtual="detailed-form.html" -->
<tr>
<td></td>
<td><input type="submit" value="Validate this page" /></td>
<td></td>
</tr>
</table>
</form>
</fieldset>
</div>
<!--#include virtual="footer.html" -->
</body>
</html>
|