- From: Russell Steven Shawn O'Connor <roconnor@wronski.math.uwaterloo.ca>
- Date: Tue, 15 Jul 1997 16:12:36 -0400 (EDT)
- To: www-html@w3.org
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