Question
On this HTML Page, i am creating a web page that provides an input form for registering users to a gym. The form should ask
On this HTML Page, i am creating a web page that provides an input form for registering users to a gym. The form should ask for the users full name, age, height (via two drop downs for feet and inches between 4 feet 6 feet 11 inches), and planned start date (via a date input). In the form i have two buttons, register and reset. I need these two buttons to do the following things.
Create an empty table below the form, where each column of the table corresponds to one of the input fields (i.e. you should create header cells for the first row of the table).
When Register button is clicked, add a new row to the table and clear the form each cell of the row should correspond to one of the input fields from the form (for height, merge the input from the two drop downs into one cell). Rows of the table should have alternating background colours.
Reset Information button should clear the form.
Here is my HTML code.
Gym Membership Sign Up
Please complete the form below:
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