Joel Sklar Consulting  Home

Book Errata List

Use the Report Errata form to send me error info.

Principles of Web Design, 4th Edition


No errors reported!


Principles of Web Design, 3rd Edition


Page 172, "linking to an External Style Sheet" code section.

The <style> element should not contain the <link> element. The style tags should be removed as shown in the following correct code:

<head>
<title>Sample Document</title>
<link href="styles.css" rel="stylesheet">
</head>





Home | XHTML | XML | CSS | XSLT | Class Info | Consulting Services

All contents of this site © 2010 Joel Sklar Consulting