Posted by Beauregard T. Shagnasty on 07/27/07 02:43
Robert Baer wrote:
> I have made a 27 line home page that W3C refuses to validate, and i
> do not know how to fix it.
<snip>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
Also use a proper, modern, and complete DOCTYPE. 4.0 was obsolete
sometime in the last century.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
See: http://www.w3.org/QA/2002/04/valid-dtd-list.html
--
-bts
-Motorcycles defy gravity; cars just suck
[Back to original message]
|