blob: 3f27ac12cc41c5a73616420b139f750eac92a6bb (
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
|
<!--#set var="revision" value="\$Id: detailed.html,v 1.16 2003-05-24 20:32:45 link Exp $"
--><!--#set var="date" value="\$Date: 2003-05-24 20:32:45 $"
--><!--#set var="title" value="The W3C Markup Validation Service"
--><!--#set var="relroot" value="./"
--><!--#include virtual="header.html" -->
<p id="skip">
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>
<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>
</div>
<!--#include virtual="footer.html" -->
</body>
</html>
|