Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

HTML Page Given the template below, create a file called MyFirstHTML.html First HTML Assignment Name Clock # Wage Hours OT Gross Enhance the file with

HTML Page

Given the template below, create a file called MyFirstHTML.html

<strong>First HTML Assignment</strong>

Name Clock # Wage Hours OT Gross

Enhance the file with the following:

Include a title tag that contains your first name, lastname, and MyFirstHTML.

Include a header tag (

) that says "Employee Payroll".

Complete the table using the Employee Payroll information listed below.

Employee Payroll information to complete the table:

Name Clock Wage Hours OT Gross Pay
Connie Cobol 098401 10.60 51.0 11.0 598.90
Mary Apl 526488 9.75 42.5 2.5 426.56
Frank Fortran 765349 10.50 37.0 0.0 388.50
Jeff Ada 034645 12.25 45.0 5.0 581.88
Anton Pascal 127615 8.35 0.0 0.0 0.00

HTML FORM

Given the template below, create a file called MyFirstHTMLFORM.html

<strong>Gross Pay Calculator</strong>

Enhance the file with the following items in the order given:

Add a

tag that says "Gross Pay Calculator".

Add text label "Wage" and a text input field for "Wage".

Add text label "Hours" and a text input field for "Hours".

Add text label "OT" and a text input field for "OT".

Add text label "OT Pay factor" and a text input field for "OT Pay factor".

Add a button with the name of "Calculate".

Add a


tag.

Add text label "Gross" and a text input field for "Gross".

If you want your HTML Form items to line up nicely, you'll have to embed them within table (td tags) within a table structure 3. XML document

Given the template below, create a file called MyFirstXML.xml

Connie Cobol 098401 10.60 51.0 11.0 598.90

Enhance the file by adding the information for Mary Apl, Frank Fortran, Jeff Ada, and Anton Pascal.

Create the three files as specified above, but add the following information:

Add five new form elements to your HTML form (myFirstHTMLFORM.html). In addition to another text field, include at least one field using a radio button, one field that is a pick list, one field that is a large text area, and one field that is a check box.

Add those five corresponding columns you used in your HTML form above, along with their values (you can decide) for each employee, to the HTML Table (myFirstHTML.html file).

Add five XML tag items based on the values in your expanded HTML table above for EACH employee to your XML file (myFirstXML.xml)

Pick any five field names you wish based on the specific element types asked for in the HTML form. Flow those five new field names down along with the corresponding values for each employee

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

Intelligent Databases Technologies And Applications

Authors: Zongmin Ma

1st Edition

1599041219, 978-1599041216

More Books

Students also viewed these Databases questions