diff options
Diffstat (limited to 'htdocs/dev/tests/W11-ht401-namespace.html')
-rw-r--r-- | htdocs/dev/tests/W11-ht401-namespace.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/htdocs/dev/tests/W11-ht401-namespace.html b/htdocs/dev/tests/W11-ht401-namespace.html new file mode 100644 index 0000000..fc05364 --- /dev/null +++ b/htdocs/dev/tests/W11-ht401-namespace.html @@ -0,0 +1,13 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> +<html lang="en" xmlns="http://www.w3.org/1999/xhtml"> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> + <title>html401-strict</title> + <meta name="generator" content="TextMate http://macromates.com/"> + <meta name="author" content="olivier Thereaux"> + <!-- Date: 2007-03-07 --> +</head> +<body> +<p>Sample HTML 4.01 Strict document, with proper FPI, no SI. This document has a namespace declaration in the html root element, which should not happen in HTML 4.01.</p> +</body> +</html> |