Body start tag.

Why is this not valid:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
  <TITLE>Foo</TITLE>
  bar

and I have to do this:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Draft//EN">
  <TITLE>Foo</TITLE>
  <BODY>
  bar

I thought the begining of #PCDATA would imply the BODY start tag.

-- 
Russell O'Connor            |              roconnor@uwaterloo.ca
        <http://www.undergrad.math.uwaterloo.ca/%7Eroconnor/>
"And truth irreversibly destroys the meaning of its own message"
-- Anindita Dutta, "The Paradox of Truth, the Truth of Entropy"

Received on Tuesday, 15 July 1997 16:12:39 UTC