diff options
Diffstat (limited to 'htdocs/sgml-lib/ie30-s.dtd')
-rw-r--r-- | htdocs/sgml-lib/ie30-s.dtd | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/htdocs/sgml-lib/ie30-s.dtd b/htdocs/sgml-lib/ie30-s.dtd new file mode 100644 index 0000000..7d893f3 --- /dev/null +++ b/htdocs/sgml-lib/ie30-s.dtd @@ -0,0 +1,23 @@ +<!-- html-s.dtd
+
+ Document Type Definition for strict HTML that works with Internet Explorer.
+-->
+
+<!ENTITY % HTML.Version
+ "-//Microsoft//DTD Internet Explorer 3.0 HTML Strict//EN"
+
+ -- Typical usage:
+
+ <!DOCTYPE HTML PUBLIC
+ "-//Microsoft//DTD Internet Explorer 3.0 HTML Strict//EN">
+ <html>
+ ...
+ </html>
+ --
+ >
+
+<!-- Feature Test Entities -->
+<!ENTITY % HTML.Recommended "INCLUDE">
+
+<!ENTITY % html PUBLIC "-//Microsoft//DTD Internet Explorer 3.0 HTML//EN">
+%html;
|