summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/xhtml-basic10.xhtml
blob: 80a416bf2313d5e465b28bf9d1295f3dda608ba0 (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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.0//EN"
    "http://www.w3.org/TR/xhtml-basic/xhtml-basic10.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
  <title>test XHTML Basic 1.0 document</title>
  <link rev="made" href="mailto:gerald@w3.org" />
</head>

<body>

<p>
This is a test XHTML Basic 1.0 document.
</p>

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

<address>
  <a href="http://validator.w3.org/check/referer">valid HTML</a><br />
  <a href="../../feedback.html">Gerald Oskoboiny</a>
</address>

</body>

</html>