Dominic Mathiang's Validation Lab Assignment

SUNY-Oswego -Fall 2019.

    Make a form that contains the following input fields.


  1. Text fields, boxes and password fields should have labels.
  2. Text fields, boxes and password fields should have labels.
  3. Text input [First Name][with Placeholder First Name].
  4. 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.
  5. Text input [with datalist].
  6. 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.
  7. Input type 'file.
  8. Input checkbox [3 choices (cheese, pepperoni, sausage)][cheese preselected].
  9. Input type Radio button[3 choices, dog,cat,fish]*(upon selection of one, paragraph should display choice this is 10 extra points).
  10. Input type textfield[Placeholder "Comments"].
  11. Input Type color[Use label].
  12. Input Type Range.
    • Upload this to your web site and submit a link.


- Login informations -






- Check Boxes -

Cheese.
Pepperoni.
Sausage.


- Radio buttons -

Dog.
Cat.
Fish.


- The Text field -






- Pick the color of your choice -






- The Range -





- Date -








- New York -




- The End -