Posted by Chaddy2222 on 04/16/07 11:37
On Apr 16, 6:36 pm, Toby A Inkster <usenet200...@tobyinkster.co.uk>
wrote:
> aioe-user wrote:
> > «!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"»
> > «html»
> > «head»
> > «meta content="text/html; charset=ISO-8859-1" http-equiv="content-type"»
> > «title»
> > «/title»
> > «/head»
> > «body alink="#33cc00" bgcolor="#ffffff" link="#0000ff" text="#000000"
> > vlink="#ff0000"»
> > X
> > «/body»
> > «/html»
>
> This can be reduced to:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
> <title//<p>X
>
> and it will still validate. Won't actually *work* in any browser that I
> can think of, but it will validate. If you want a page that both validates
> and works:
>
> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
> <title>Meaningful title</title>
> <p>X
>
Mine is probably a little bit better structured, but here is what I
came up with.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<title> a title</title> <p> some stuff </p>
I tested in IE6 and it did work.
--
Regards Chad. http://freewebdesign.cjb.cc
[Back to original message]
|