Exercise 9: Simple JSP using JSP scriplets
due May 5
You are to create a simple JSP document that has static HTML that produces a page with a yellow background and contains a JSP scriplet that reads in the parameters name param1 and param2 the user entered in the HTTP request to the JSP page. It takes the values and prints them out.