- Text fields, boxes and password fields should have labels.
- Text fields, boxes and password fields should have labels.
- Text input [First Name][with Placeholder First Name].
- Input field for Zip Code that is required, and uses REG expressions to require user to enter 5 digits(only).
- There should be a hint field that instructs a user to enter digits only.
- Text input [with datalist].
- Password field.
- There should be a "hint" to enter at least one number, one capital letter, and one special character.
- This should require "8" characters.
- Input type 'file.
- Input checkbox [3 choices (cheese, pepperoni, sausage)][cheese preselected].
- Input type Radio button[3 choices, dog,cat,fish]*(upon selection of one, paragraph should display choice this is 10 extra points).
- Input type textfield[Placeholder "Comments"].
- Input Type color[Use label].
- Input Type Range.
- Upload this to your web site and submit a link.
Make a form that contains the following input fields.
- Check Boxes -
Cheese.Pepperoni.
Sausage.
- Radio buttons -
Dog.Cat.
Fish.