Start Here! Learn HTML5

Errata for Start Here! Learn HTML5

Submit your own errata for this product.


The errata list is a list of errors and their corrections that were found after the product was released. If the error was corrected in a later version or reprint the date of the correction will be displayed in the column titled "Date Corrected".

The following errata were submitted by our customers and approved as valid errors by the author or editor.


Color Key: Serious Technical Mistake Minor Technical Mistake Language or formatting error Typo Question Note Update



Version Location Description Submitted By Date Submitted Date Corrected
PDF
Page 9
9

In the Notepad image, the <DOCTYPE HTML> should be <!DOCTYPE HTML> with an exclamation mark in front.

Byron Minick  Mar 10, 2013 
PDF
Page 27
Step #3

Step 3 should be: <meta charset="utf-8">

Byron Minick  Mar 10, 2013 
PDF
Page 52
first

This is a machine translation: The construction of the list I think is not correct.... <ol> <li>Thursday: Do Algebra homework</li> <li>Friday: Housesit for neighbors: <ul><li>Bring in the mail</li> <li>Take out the trash</li> <li>Feed the dogs</li> <li>Stop the newspaper delivery</li></ul></li>.....wrong? <li>Saturday: Wash car</li> </ol> would correct be.... <li>Stop the newspaper delivery</li></ul> Best Regards, Alfredo Pérez.

Note from the Author or Editor:
Correct code is: <li>Stop the newspaper delivery</li></ul>

Alfedo Pérez  Dec 25, 2012