summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/ext-xhtml-pubid/the-xhtml-syntax/parsing-xhtml-documents/xhtml-pubid-2.xhtml
blob: 99171a691d6f7b70688382d563fec05a7c29bd0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<!DOCTYPE html SYSTEM "xhtml-local.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>XHTML Doctype Example 2</title>
</head>
<body>

<div>
<span id="nbsp">&nbsp;</span>
</div>


</body>
</html>