Question: 1. Create a new HTML file called contact.html 2. Give this new page a title in itselement 3. Add the following to theelement of the
1. Create a new HTML file called contact.html 2. Give this new page a title in itselement 3. Add the following to theelement of the page: a. A
section with id=top Inside thissection, add the following: i. A heading 1 element with the words Contact Us as its content ii. A paragraph element immediately below the heading 1 element, containing the following: Please complete the information below. Fields marked with * are required fields b. Asection with id=data Inside thissection, add the following: i. Copy the HTML form template from Annex 3 to this
section ii. Add a form action to send an email to a sample email address (e.g. sample@email.com) iii. Immediately below the
element containing Your Data, add a table with a row for each of the following form input fields of the specified type: First Name* input type: text Last Name* input type: text Street Address* input type: text City* input type: text Province* input type: dropdown list with all 13 two-letter abbreviations Postal Code* input type: text Email Address* input type: text, with validation to ensure that the input is in the form text@text.text Phone Number* input type: text, with validate to ensure that the input contains only 10 digits, each of which can range between 0 and 9 NOTE: Each of the above input fields must be marked with an asterisk (*) by using: * iv. Immediately below the element containing Agreement, add the following: - A checkbox labeled Accept Agreement* NOTE: The checkbox label must be marked with an asterisk (*) by using: * - A reset button which clears all input fields and selections - A submit button NOTE: upon clicking the submit button, the users default email client should
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
