blob: 392366fd74f0459d5c65150e448c3663eef77c47 (
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
|
<!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>
<meta name="revision"
content="$Id: xhtml-basic11.xhtml,v 1.1 2007-03-28 02:08:04 ot Exp $" />
</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>
|