[ Up (Contents) ] Page Last Updated: 17 May 1999

Corrections for Chapter 6
The HTML 4.0 Sourcebook

Page 220; extra double quote in two META tag examples:
There are two examples with erroneous double quotes: ther erroneous ones (with the bad double quote in red) are:

<META   ....   CONTENT="text/html; charset="EUC-2">
<META  ....  CONTENT="10; URL="http://foo.org/bx.html">

These should actually be:

<META   ....   CONTENT="text/html; charset=EUC-2">
<META   ....  CONTENT="10; URL=http://foo.org/bx.html">

The HTML 4.0 Sourcebook © 1995-1998 by Ian S. Graham