diff options
Diffstat (limited to 'htdocs/dev/tests/html20-strict.html')
-rw-r--r-- | htdocs/dev/tests/html20-strict.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/htdocs/dev/tests/html20-strict.html b/htdocs/dev/tests/html20-strict.html new file mode 100644 index 0000000..6bbfa55 --- /dev/null +++ b/htdocs/dev/tests/html20-strict.html @@ -0,0 +1,16 @@ +<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0 Strict//EN">
+<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
+
+<title>HTML 2.0 Strict sample</title>
+<h1>HTML 2.0 Strict sample</h1>
+
+<p>A very simple HTML 2.0 Strict document, snatched from Frank Ellermann.</p>
+
+<p>Please note that there is no explicit
+<tt><html></tt>, no
+<!-- one ---- two -->
+<tt><head></tt>, and no
+<!-- test-- -- SGML -->
+<tt><body></tt>, but the
+<tt><title></tt> is required.
+
|