blob: 1289cf555cec3d98e14c21d26e28689fd3b5e087 (
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">
<head>
<title></title>
</head>
<body>
<p>Below is a non-sgml character. Should throw a warning</p>
<p>€</p>
<p>Below is an image without alt text - this is not allowed in XHTML 1.0 strict.</p>
<p><img src="http://www.w3.org/Icons/WWW/w3c_home_nb"></p>
</body>
</html>
|