Session 05 - CSS, Part 3 - plus some HTML bits
Code Examples
- Example 5.1 - Simple form
Example 5.1 - Example 5.2 - Simple for using 'get'
Example 5.2 - Example 5.3 - Simple form using 'post'
Example 5.3 - Example 5.4 - Form: text input
Example 5.4 - Example 5.5 - Form: radio buttons
Example 5.5 - Example 5.6 - Form: checkboxes
Example 5.6 - Example 5.7 - Form: textarea
Example 5.7 - Example 5.8 - Pull-down List
Example 5.8 - Example 5.9 - Scrollable List
Example 5.9 - Example 5.10 - Form Labels
Example 5.10 - Example 5.11 - Form Labels
Example 5.11 - Example 5.12 - Form Labels
Example 5.12 - Example 5.13 - Form fieldset and legend elements
Example 5.13 - Example 5.14 - Form: optgroup in pull-down menus
Example 5.14 - Example 5.15 - text input for email
Example 5.15 - Example 5.16 - text input for URLs
Example 5.16 - Example 5.17 - HTML5 input type='number' and type='range'
Example 5.17 - Example 5.18 - HTML5 input types for date and time
Example 5.18 - Example 5.19 - Table
Example 5.19 - Example 5.20 - Simple data table
Example 5.20 - Example 5.21 - Advanced Table
Example 5.21 - Example 5.22 - 'colgroup' element
Example 5.22 - Example 5.23 - Table with 'scope' attribute
Example 5.23 - Example 5.24 - Table with 'headers' attribute
Example 5.24