/Banking-Validation

Validating data on the banking form previously created

Primary LanguageHTML

Banking-Validation

There are CSS selectors that you can use to check for the validity of the new HTML5 input types of email, tel, phone, etc. Your task is to enhance your Google Fu and find out what they are.

  1. Paste the banking form HTML into your document.
  2. When a valid web URL or email address is entered into the corresponding field, the color of the field should be green. If the value is invalid, the color should be red.