Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

Gym Membership Sign Up

Please complete the form below:

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Learning MySQL Get A Handle On Your Data

Authors: Seyed M M Tahaghoghi

1st Edition

0596529465, 9780596529468

Students also viewed these Databases questions

Question

OUTCOME 3 Determine how to design pay systems.

Answered: 1 week ago