blob: 742aedef4b6bdac22a0b62c07880a389ec24a582 (
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.18 2004-07-21 15:06:55 link Exp $"
--><!--#set var="date" value="\$Date: 2004-07-21 15:06:55 $"
--><!--#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 Locator">URL</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 URL</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>
|