- From: Allan Clark <allanc@caldera.com>
- Date: Thu, 14 Feb 2002 15:49:51 -0500
- To: Paul Stanley <pauls@cox-internet.com>
- CC: www-validator@w3.org
Paul; In your doc: ---- <!DOCTYPE HTML PUBLIC ... <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <html> <body> </body> </html> --- you might want to re-order things: ---- <!DOCTYPE HTML PUBLIC ... <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> </body> </html> ---
Received on Thursday, 14 February 2002 15:48:13 UTC