Question: For this module, you will create a web page that incorporates some embedded JavaScript. The goal is to create a page that an employee can


For this module, you will create a web page that incorporates some embedded JavaScript. The goal is to create a page that an employee can determine what their gross weekly pay will be. Prompt the employee to enter their hourly wage and the number of hours they worked. Part 1 - Create the HTML Page 1. Add a link to the mod8styles.css file, which you create in Part 2. 2. Add an appropriate title for the page. 3. Add a heading 1 title in the body. 4. Add a paragraph with an id of output. 5. Include the no script tag to add a statement about needing JavaScript activated to run the program. 6. Add a footer with links to your other pages and the copyright information. 7. Add a link on your home page to this one. 8. Save the file as mod8Your Name.html Part 2 - Create a StyleSheet 1. Add a background-color for the body. 2. Add a font color for the body text. Part 3 - Create an Embedded JavaScript File You will use JavaScript to calculate the pay. If the number of hours they worked is 40 or less, their salary will be hours worked times hourly wage. If the number of hours is greater than 40, the pay will be 40 x hourly wage plus time and a half for hours over 40. Have a printout that has the number of hours worked, the hourly wage, and the pay. 1. Create variables to hold the hours worked, hourly wage, and total pay. 2. Prompt user for their number of hours-worked and assign the value to the variable. 3. Prompt user for their hourly wage and assign to its variable. 4. Calculate pay if hours worked are less than 41. 5. Calculate pay if hours worked are greater than 40. 6. Output the hours worked, hourly wage, and total pay. Part 4 - Upload 1. Upload your HTML, CSS, and JavaScript files to the appropriate folders on your web server. 2. Place the URL to your mod8YourName.html file in the comment section of the drop box. 3. Zip your project folder and upload it to the drop box. The final product will look like the following image. Por State Pay Calculat X f C O File C:/Xampp/htdocs/COP3... This page says + Ertu sumber of tours mot Calculate Pay Pay Per Hour: 20 Hours Worked: 40 Total Pay: 5800 Home Catalog Inventory Orders | About Us This page says the per hour Care
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
