- From: Ruud Steltenpool <r.g.steltenpool@student.utwente.nl>
- Date: Mon, 06 Oct 2003 18:43:23 +0200
- To: www-validator@w3.org
I think that would be quite useful, for all sorts of documents, so HTML, XML, XHTML, etc. SVG, Frames/Strict/Transitional. Something like below for HTML 4.01 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <title>title that usually goes to the title bar of the browser</title> <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=ISO-8859-1"> </head> <body> Here goes the content </body> </html>
Received on Monday, 6 October 2003 12:43:27 UTC