Question 1: A registration page is required for a website. When the user registers they should include their name; posta
Posted: Wed Apr 27, 2022 3:29 pm
Question 1: A registration page is required for a website. When the user registers they should include their name; postal address; email address and a password. a) Design a web page with a form and show (with a diagram) how the information will be passed from the HTML page to the Servlet for processing. In your design include which HTTP method will be used and why. [12 marks] Answer here please: b) Write the HTML code for your web page design above. [10 marks] Answer here please: c) Describe how CSS can be used to improve the solution. Include in your answer what CSS is; the benefit of using it and how it should be included in the pages of the website and the reason for that approach. [8 marks] Answer here please: