summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/html40-strict.html
blob: aa0695d4196157bbdd19c3e55d3c950abfaff0ed (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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<html>

<head>
  <title>test HTML 4.0 Strict document</title>
  <link rev="made" href="mailto:gerald@w3.org">
</head>

<body>

<p>
This is a test HTML 4.0 Strict document.
</p>

<p>
See: <a href="./">W3C Markup Validation Service: Tests</a>
</p>

<hr>

<address>
  <a href="http://validator.w3.org/check?uri=referer" onclick="this.href=this.href.replace(/referer$/,encodeURIComponent(document.URL))">valid HTML</a><br>
  <a href="../../feedback.html">Gerald Oskoboiny</A>
</address>

</body>

</html>