1. The document describes the steps to create a basic web form using JSP including creating a web application project in Eclipse, adding a form.jsp page with input fields, and a profile.jsp page to display the submitted form data.
2. The form.jsp page contains code for various HTML form elements like text fields, radio buttons, checkboxes, dropdown menus etc to collect user input.
3. The profile.jsp page uses JSP scriplet tags to retrieve and display the submitted form data from the HTTP request parameters.