Q1. Construct a HTML form which has the given controls:
• A TEXT control named firstName to collect the first name.
• A TEXT control named lastName to collect the last name.
• A TEXT control named email to collect the email address.
• A TEXT control named phone to collect the phone number.
• A SELECT control named software for displaying a combo box with software list.
• A SELECT control named os for displaying the combo box with operating systems.
• A TEXTAREA control named txtArea for displaying the problem explanation.
• A SUBMIT control named submit for submitting the information.
Q2. Write a simple program which downloads and prints out the contents of a specified POP mailbox.