diff options
Diffstat (limited to 'htdocs/dev/tests')
-rw-r--r-- | htdocs/dev/tests/error_pls_warning.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/htdocs/dev/tests/error_pls_warning.html b/htdocs/dev/tests/error_pls_warning.html new file mode 100644 index 0000000..1289cf5 --- /dev/null +++ b/htdocs/dev/tests/error_pls_warning.html @@ -0,0 +1,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>
\ No newline at end of file |