Posted by Toby A Inkster on 04/16/07 08:36
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
--
Toby A Inkster BSc (Hons) ARCS
Contact Me ~ http://tobyinkster.co.uk/contact
Geek of ~ HTML/SQL/Perl/PHP/Python*/Apache/Linux
* = I'm getting there!
Navigation:
[Reply to this message]
|