Chapter 23 - Code Snippets ========================== p.809: Step 2. Add the following in a blank line after a closing curly bracket: .clsLastName, .clsEmployeeId, .clsEmail, .clsHireDate, .clsJobId { background-color:yellow; } --------------------------------------------------------------------------- p.810 Step 1: ... the block of code appears as shown here: .requiredField { background-color:yellow; } Step 5. Change the code shown in step 4 to the following: <% if (def.isMandatory()) { %> <% } else { %> <% } %> ---------------------------------------------------------------------------