summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/xhtml-basic11.xhtml
blob: 278b754a4528bd17de828fdd050523bfa7ce6137 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML Basic 1.1//EN"
    "http://www.w3.org/TR/xhtml-basic/xhtml-basic11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">

<head>
  <title>test XHTML Basic 1.1 document</title>
</head>

<body>

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

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


</body>

</html>