HTML
<form>
- Carry’s the action attribute
- ussually has method and id as well
- action attribute is URL
- Diffrent types of forms are
- text input
- password type= password
- text area
- radio button type=radio
- checkbox *type=checkbox
- drop down select
- multiple select box select + size
- file input input + type=file
- submit button input=submit
- image type=image
- button and hidden contorls button
- labelling form controls lable
- HTML5 has new form elements that are easier
- CSS properties
- list style property for bullet point styles
- can use images for points
- list-style-image: url(“”);
- position the marker outside or inside
- style forms using
- input
- submit
- fieldset
- legend
- table cells have diffrent styles in diffrent browsers, but you can use properties to keep it consistent
- vertically align form controls in css
JS
ch 6 Events pp243-292