summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/html_xmlns.html.utf8
blob: efb9bbb532e79c9ad58745aef27ecaff7820e5d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<html xmlns="http://www.example.org">
<head>
<title>test for html resource using namespaces - W10</title>
  </head>
<body>
<p>This test document corresponds to validator warning W10:
<code>
</code>
</p>
</body>

</html>