Question
Advanced HTML and basic HTTP Please use your text editor of choice to create orderup.html and results.html. orderup.html For this orderup.html, you need to: Create
Advanced HTML and basic HTTP
Please use your text editor of choice to create orderup.html and results.html.
orderup.html
For this orderup.html, you need to:
Create a Billing Address fieldset with:
A firstname textfield (required)
A lastname textfield (required)
A street address textfield (required)
A city textfield (required)
A state combo box with all 50 state abbreviations
A Payment fieldset with:
Visa, Discover, Master Card, American Express radio buttons with Visa initially selected
A card number textfield (required)
A expiration date combobox with 01-12 months as the first and 2018- 2022 as the year
A CVV textfield (required)
A Create Account fieldset with:
A username textfield (required)
A password textfield (required)
A password (verify) textfield (required) - does not need to actually verify if passwords match
A Place Order button that performs a GET request onsubmit to results.html
results.html
For this results.html, you need to:
Simply say that the form has successfully been submitted
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started