summaryrefslogtreecommitdiffstats
path: root/htdocs/dev/tests/xhtml1-bogus-attribute.html
blob: 53d9ae96c0c9f2181326ccc9a9b06171ff38575c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">

<head>
  <title>test XHTML document with a bogus attribute name</title>
</head>

<body>

<p>
  <span badattribute="true">This phrase is enclosed in a span element with a bogus attribute.</span>
</p>

</body>

</html>