Preparation for Quiz 1 ---------------------- The quiz will take up the whole class and focus on XHTML and CSS, not Javascript. Skim Chapters 1-6 in the Lagerstrom book. Skim Chapters 1-3 and 7-13 in the Niederst book. Know all of the XHTML elements except those relating to forms, and ins and del. Know how to read the DTD and apply the DTD rules to ensure your XHTML is valid. Know the difference between "well-formed" and "valid". Know how to use div and span to make "custom elements". Understand what is meant by semantic design. Understand the basics of floating and positioning for layouts. Know how to use XHTML for tabular data, not for layout. Know as much about CSS as you can. Look around for sites like http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/ which contain good design tips. Know what is meant by the "cascade". View Eric Meyer's site, css/edge.