Session 03 - HTML Forms & Tables, Introduction to CSS
Examples
- Example 3.1 - Simple form
- Example 3.2 - Simple for using 'get'
- Example 3.3 - Simple form using 'post'
- Example 3.4 - Form: text input
- Example 3.5 - Form: radio buttons
- Example 3.6 - Form: checkboxes
- Example 3.7 - Form: textarea
- Example 3.8 - Pull-down List
- Example 3.9 - Scrollable List
- Example 3.10 - Form Labels
- Example 3.11 - Form Labels
- Example 3.12 - Form Labels
- Example 3.13 - Form fieldset and legend elements
- Example 3.14 - Form: optgroup in pull-down menus
- Example 3.15 - Input text placeholder
- Example 3.16 - Input autofocus property
- Example 3.17 - text input for email
- Example 3.18 - text input for URLs
- Example 3.19 - HTML5 input type='number' and type='range'
- Example 3.20 - HTML5 input types for date and time
- Example 3.21 - Table
- Example 3.22 - Simple data table
- Example 3.23 - Advanced Table
- Example 3.24 - 'colgroup' element
- Example 3.25 - Table with 'scope' attribute
- Example 3.26 - Table with 'headers' attribute
- Example 3.27 - Simple CSS Example
- Example 3.28 - style attribute
- Example 3.29 - style element
- Example 3.30 - link element for stylesheets
- Example 3.31 - classes
- Example 3.32 - id selectors
- Example 3.33 - contextual selectors
- Example 3.34 - Styles and inheritance
- Example 3.35 - font properties
- Example 3.36 - font-style
- Example 3.37 - font-weight and font-variant
- Example 3.38 - font-weight
- Example 3.39 - font-size
- Example 3.40 - font shorthand
- Example 3.41 - text properties
- Example 3.42
- Example 3.43 - Border Styles
- Example 3.44 - Margin, Padding, Border
- Example 3.45 - Form
- Example 3.46 - Test Drive Your Browser