Question: Please help! Here is my code for the contact page: Path of Light Yoga Studio Path of Light Yoga Studio Home Classes Schedule Contact Find

Please help!

Please help! Here is my code for the contact

Here is my code for the contact page:

Path of Light Yoga Studio

Path of Light Yoga Studio

Task 3: Create the Contact Page. Use the Home page as the starting point for the Contact page. Launch a text editor and open index.html. Save the file as contact.html. Modify your contact.html file to look similar to the Contact page (shown in Figure 9.42) as follows: 1. Change the page title to an appropriate phrase. 2. The Contact page will display a form in the main element. Delete all HTML and content within the main element except for the h2 element and its text. 3. Change the text in the h2 element to "Contact Path of Light Yoga Studio". 4. Prepare to code the HTML for the form area. Begin with a form element that uses the post method and the action attribute to invoke server-side processing. Unless directed otherwise by your instructor, configure the action attribute to send the form data to http://webdevbasics.net/scripts/yoga.php. 5. Configure the form control for the Name information. Create a label element that contains the text "Name:". Create a text box named myName. Use the for attribute to associate the label element with the form control. 6. Configure the form control for the E-mail information. Create a label element that contains the text "E-mail:. Create a text box named myEmail. Use the for attribute to associate the label element with the form control. 7. Configure the Comments area on the form. Create a label element that contains the text "Comments:". Create a textarea element named myComments with rows set to 2 and cols set to 20. Use the for attribute to associate the label element with the form control. 8. Configure the submit button on the form. Configure "Send Now" to display on the button. Assign the input element to the id named mySubmit. 9. Code an ending tag on a blank line after the submit button

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!