EXPLANATION: 1. The POST method is used here - form input is sent in an http header to the server 2. The input devices are 3 text boxes - name attribute is assigned to repective boxes. These same names will be used as variable name 3. When submit is pressed form input is encoded and sent to server. Not visible in the URL as it would be in the GET method
Please enter your name:
Please enter your phone:
Please enter your email address: