Here are the examples for Chapter 10, which looks at how to create page layouts.
ch10-eg01.html | Lack of white space |
ch10-eg02.html | Adding of white space (and background shading) |
ch10-eg03.html | Text alignment |
ch10-eg04.html | Line height |
ch10-eg05.html | Controlling width of columns of text |
ch10-eg06.html | A menu using images |
ch10-eg07.html | Styling links |
ch10-eg08.html | Alternating row colors |
ch10-eg09.html | Select box or radio buttons |
ch10-eg10.html | Text inputs of different sizes |
ch10-eg11.html | Grouping controls |
ch10-eg12.html | Implicit labels |
ch10-eg13.html | Explicit labels using the <label> element |
ch10-eg14.html | Tables and <label>s |
ch10-eg15.html | Tables and <label>s II |
ch10-eg16.html | Split up text inputs with own labels |
ch10-eg17.html | Ratings buttons with labels |
ch10-eg18.html | title attribute |
ch10-eg19.html | Required form fields |
ch10-eg20.html | Using CSS on a form |
Try it out | A registration form |
Exercise | A second page of a registration form |