1. Create an HTML page containing fields for populating the customer table with the description shown below. Write a JSP page to read the data from the HTML page and post it in the database and send display a thank you message.
Column Name Datatype
Customer_Id Number(5)
FirstName Varchar2(20)
Lastname Varchar2(20)
Email Varchar2(100)
Phone Number(10)
2. Upload in Assignments as Last Name JSP.doc (e.g. Smith JSP) using the Browse button.
3. Ensure that the program compiles and executes without any errors.