HTML FORMS
Surround all elements of the form with these tags. name="something" - Names the form type="button" - Button type="radio" - Radio button type="checkbox" - Checkbox checked="checked" - Sets if the radio/checkbox is checked type="text" - A line of text input size="number" - Sets width of field type="password" - Same as "text", but hides input type="submit" - "Submits" the form type="reset" - Resets the form to the intial values. name="something" - Names the input item value="something" - Sets the intial value of the item. Creates a large area for entering text. rows="number" - Set the number of rows cols="number" - Set the number of columns Creates a drop-down list. name="something"