How to do this exercise. Halloween 13 Create a page that uses a form. In this exercise, you’ll create a page that includes a form for joining an email list. In addition, you’ll create a page that’s displayed when the form is submitted. When you’re through, the pages should look similar to this: Specifications for the email form: • Create a new page named email.html in the root folder for the project. Then, copy the code for the basic page elements, as well as for the header, footer, and sidebar, from the page for exercise 7. • Modify the horizontal navigation menu so it indicates that the email page is the current page.  Create a new style sheet named email.css for the email page, and copy the styles you need from the main.css file to this style sheet. Then, modify the link element for the style sheet in the email.html file so it points to the correct style sheet. • Add the heading and the form element to the section. Code the form element so a form named subscribe.html in the root folder is displayed when the Subscribe button is clicked. • Add the label and input elements for the form. The focus should be on the first text field when the form is first displayed. • Align the controls as shown above, and format the button so it’s orange with a black border. • Use the data validation attributes to require entries in the first three text fields. In addition, use a regular expression to validate an entry in the Zip Code field, and display an appropriate message in the tooltip if the entry is invalid. • Use a placeholder to display a message in the Zip Code field as shown above. • Add any other formatting as necessary so the page looks as shown above. Specifications for the subscribe form • Create a new page named subscribe.html in the root folder for the project. Then, copy the code for the basic page elements, as well as for the header, footer, and sidebar, from the email page. • Create a new style sheet named subscribe.css for the subscribe page, and copy the styles you need from the main.css file to this style sheet. Then, modify the link element for the style sheet in the subscribe.html file so it points to the correct style sheet. • Modify the horizontal navigation menu so it indicates that no page is current. • Add the heading and paragraph shown above, and format it as necessary.

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%

How to do this exercise.

Halloween 13 Create a page that uses a form.

In this exercise, you’ll create a page that includes a form for joining an email list. In addition, you’ll create a page that’s displayed when the form is submitted. When you’re through, the pages should look similar to this:

Specifications for the email form:

• Create a new page named email.html in the root folder for the project. Then, copy the code for the basic page elements, as well as for the header, footer, and sidebar, from the page for exercise 7.

• Modify the horizontal navigation menu so it indicates that the email page is the current page.

 Create a new style sheet named email.css for the email page, and copy the styles you need from the main.css file to this style sheet. Then, modify the link element for the style sheet in the email.html file so it points to the correct style sheet.

• Add the heading and the form element to the section. Code the form element so a form named subscribe.html in the root folder is displayed when the Subscribe button is clicked.

• Add the label and input elements for the form. The focus should be on the first text field when the form is first displayed.

• Align the controls as shown above, and format the button so it’s orange with a black border.

• Use the data validation attributes to require entries in the first three text fields. In addition, use a regular expression to validate an entry in the Zip Code field, and display an appropriate message in the tooltip if the entry is invalid.

• Use a placeholder to display a message in the Zip Code field as shown above.

• Add any other formatting as necessary so the page looks as shown above. Specifications for the subscribe form

• Create a new page named subscribe.html in the root folder for the project. Then, copy the code for the basic page elements, as well as for the header, footer, and sidebar, from the email page.

• Create a new style sheet named subscribe.css for the subscribe page, and copy the styles you need from the main.css file to this style sheet. Then, modify the link element for the style sheet in the subscribe.html file so it points to the correct style sheet.

• Modify the horizontal navigation menu so it indicates that no page is current.

• Add the heading and paragraph shown above, and format it as necessary. 

16
Halloween exercises for Murach's HTML5 and CSS3 (3*d edition)
Halloween 11 Create a page that uses a form
In this exercise, you'll create a page that includes a form for joining an email list. In
addition, you'll create a page that's displayed when the form is submitted. When you're
through, the pages should look similar to this:
D Halloween Store
C D 127.00.1.8020/HTMLS%20Halloween%20Solutions/ch11/email.html
The Halloween Store
For the little Goblin in all of us!
Home
Product List
Personal
Decorating Ideas
Join Email
Props
Please enter the following information:
First name:
Costumes
Last name:
Special FX
Email:
Zip Code: Optional but appreclated: 99999
Subscribe
Masks
D Haloween Store
O 127.0.0.1:8020/HTML5%20Halloween%20Solutions/chl1/subscribe.html?first_name=Anne&last
The Halloween Store
For the little Goblin in all of us!
Home
Product List
Personal
Decorating Ideas
Join Email
Props
Thank you for joining my email list!
You will be hearing from me soon. In the meantime, please feel free to
browse through my site.
Costumes
Special FX
Masks
2016 Ben Murach
Specifications for the email form
Create a new page named email.html in the root folder for the project. Then, copy the
code for the basic page elements, as well as for the header, footer, and sidebar, from the
page for exercise 7.
III
Transcribed Image Text:16 Halloween exercises for Murach's HTML5 and CSS3 (3*d edition) Halloween 11 Create a page that uses a form In this exercise, you'll create a page that includes a form for joining an email list. In addition, you'll create a page that's displayed when the form is submitted. When you're through, the pages should look similar to this: D Halloween Store C D 127.00.1.8020/HTMLS%20Halloween%20Solutions/ch11/email.html The Halloween Store For the little Goblin in all of us! Home Product List Personal Decorating Ideas Join Email Props Please enter the following information: First name: Costumes Last name: Special FX Email: Zip Code: Optional but appreclated: 99999 Subscribe Masks D Haloween Store O 127.0.0.1:8020/HTML5%20Halloween%20Solutions/chl1/subscribe.html?first_name=Anne&last The Halloween Store For the little Goblin in all of us! Home Product List Personal Decorating Ideas Join Email Props Thank you for joining my email list! You will be hearing from me soon. In the meantime, please feel free to browse through my site. Costumes Special FX Masks 2016 Ben Murach Specifications for the email form Create a new page named email.html in the root folder for the project. Then, copy the code for the basic page elements, as well as for the header, footer, and sidebar, from the page for exercise 7. III
Expert Solution
trending now

Trending now

This is a popular solution!

steps

Step by step

Solved in 4 steps with 2 images

Blurred answer
Knowledge Booster
Elements and Tags
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