Wiley.com
Print this page Share

Beginning HTML, XHTML, CSS, and JavaScript

ISBN: 978-0-470-54070-1
Paperback
864 pages
December 2009
Beginning HTML, XHTML, CSS, and JavaScript (0470540702) cover image
This title is out-of-print and not currently available for purchase from this site.

Do you think you've discovered an error in this book? Please check the list of errata below to see if we've already addressed the error. If not, please submit the error via our Errata Form. We will attempt to verify your error; if you're right, we will post a correction below.

ChapterPageDetailsDatePrint Run
1 Error in Text
In the file "Chapter_01\ch01_eg09.html" in the downloadable code, the title element has the typo "Prefromatted"

Should be "Preformatted"
07/15/2010
11-13 Error in Text
The third heading in the screenshot in Figure 1-7 should say, "Creating Headings using hn Elements"

And we should avoid having the brackets on the previous heading on p11.

To create angled brackets you can use < for the < symbol and > for the > symbol.
07/15/2010
19 Error in Text
Step 4 should read:

"the name index.html" (the "h" is missing)
04/26/2010
41 Error in Text
In the downloadable source code, the "Chapter_01" folder contains both a "ch01_eg22.html" file and a "ch02_eg22.html" file; this was intentional.
07/15/2010
91 Error in Code
The 3rd line of code is now:

map name="gallery"

should be:

map name="cafe"
05/02/2010
268 Error in Text
Text currently says:

"Now, here is the rule that indents the second paragraph (ch08_eg11.css)"

Should be Chapter 7. Corrected:

"Now, here is the rule that indents the second paragraph (ch07_eg11.css)"
05/11/2010
301 Typo in Code
in the code for .codeForeground {, the first line includes within the font-family an option for "monosapce"

This should be "monospace"
8/26/11
Back to Top