Create an HTML page with a Form validation using JSP. A HTML file and a JSP file
ID: 3667638 • Letter: C
Question
Create an HTML page with a Form validation using JSP. A HTML file and a JSP file is required.
The fields have the following properties:
- user first name (text)
- user last name (text)
- user username (text- no more than 10 character with validation)
- user password (password - at least 6 characters with validation)
- user retyped password (password)
- user address (text)
- user email (text – with validation)
- clear form button and a submit button
Functionality: when you press submit the form is validated for empty field.