Error in HTML 4.01, 14.1

I believe that this example in HTML 4.01, 14.1:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
   "http://www.w3.org/TR/html4/strict.dtd">
<HTML>
  <HEAD>
    <LINK href="special.css" rel="stylesheet" type="text/css">
  </HEAD>
  <BODY>
    <P class="special">This paragraph should have special green text.
  </BODY>
</HTML>

is NOT a fragment HTML, but a complete HTML instance.

So, there must be a TITLE in the document HEAD.


And it might be better to put a TITLE into the HEAD element
which is included in every fragment HTML in section 14 and 
section 15.

--
UCHIDA Akira <uchida@happy.email.ne.jp>
Public key : <http://www.asahi-net.or.jp/%7Esd5a-ucd/PGP.html>

Received on Friday, 28 January 2000 07:46:45 UTC