- From: Andreas Prilop <AndreasPrilop2007@trashmail.net>
- Date: Fri, 2 Mar 2007 16:54:24 +0100 (MET)
- To: www-validator-css@w3.org
- cc: Kathy Zengolewicz <KkemzBz@comcast.net>
On Fri, 2 Mar 2007, Kathy Zengolewicz wrote: > The correct url is > http://www.virtuallytheone.com/week2.html | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | <link rel="stylesheet" href="forms.css" type="text/css"/> ^^ Write a space before /> Still better: Stick to HTML 4.01 when you are using "Transitional". XHTML 1.0 Transitional is completely pointless. You should rather aim at "Strict" in place of "Transitional" than at "XHTML" in place of "HTML". When "Transitional", use HTML 4.01! When XHTML 1.0, use "Strict"! -- In memoriam Alan J. Flavell http://groups.google.com/groups/search?q=author:Alan.J.Flavell
Received on Friday, 2 March 2007 15:54:36 UTC