Quick, Simple and Easy HTML Form a. 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/pacific.php. b. Configure the form control for the First Name information. Create a label element that contains the text “First Name:”. Create a text box named myFName. Use the for attribute to associate the label element with the form control.

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
100%

PLEASE MAKE SURE OUTPUT MATCHES IMAGE (provide screenshot of the output)

1. Quick, Simple and Easy HTML Form

a. 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/pacific.php.

b. Configure the form control for the First Name information. Create a label element that contains the text “First Name:”. Create a text box named myFName. Use the for attribute to associate the label element with the form control.

c. Configure the form control for the Last Name information. Create a label element that contains the text “Last Name:”. Create a text box named myLName. Use the for attribute to associate the label element with the form control.

d. 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.

e. Configure the form control for the Phone information. Create a label element that contains the text “Phone:”. Create a text box named myPhone. Use the for attribute to associate the label element with the form control.

f. 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.

g. Configure the submit button on the form. Configure “Submit” to display on the button. Assign the input element to the id named mySubmit.

h. Code an ending tag on a blank line after the submit button.

PLEASE MAKE SURE OUTPUT MATCHES IMAGE (provide screenshot of the output)

Required information is marked with an asterisk (*).
* First Name: Sparky
* Last Name: Felke
* E-mail:
Phone:
Please fill out this field.
Arrival Date: 06/03/2018
Nights:
2
* Comments: Request Yurt #16
Submit
Transcribed Image Text:Required information is marked with an asterisk (*). * First Name: Sparky * Last Name: Felke * E-mail: Phone: Please fill out this field. Arrival Date: 06/03/2018 Nights: 2 * Comments: Request Yurt #16 Submit
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 3 steps

Blurred answer
Knowledge Booster
Image Element
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Similar questions
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education