- From: Peter Flynn <pflynn@curia.ucc.ie>
- Date: 16 Nov 1996 03:44:20 +0000 (GMT)
- To: joe@trystero.art.com
- Cc: www-html@w3.org
If you're using HTML 2.0, use <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> like it says in RFC 1866. If you're using Wilbur, use <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Draft//EN"> The simplest way is to say <!doctype html system "html3.2.dtd"> and keep a link in each relevant directory to the DTD (should you wish to parse your own files) or put the onus on the user to do so if they should wish to. ///Peter
Received on Friday, 15 November 1996 22:41:54 UTC