Question: Create a JavaScript Web Page For this assignment you will first read the appropriate chapters in the textbook and then create a new web page

Create a JavaScript Web Page For this assignment you will first read the appropriate chapters in the textbook and then create a new web page file, for example called javascript.html, in your ubunix.buffalo.edu account just as you did in previous assignments Assignment Requirements This web page should use JavaScript functions to include the following the current date the current time uses an if construct to print out either: how many days are left until this Assignment is due or how many days have past since this Assignment was due a table that has 12 rows and 3 columns which is created using a for loop to read through a set of JavaScript arrays that contain the names of the months and the number of days in each month. The table should look similar to this: Month Number Month Name Days in Month 2 2 January February March 31 29 31 uses the JavaScript mod operator (%) to highlight every other row of the above table with a different color to make it easier to read. Hint: if you use % to divide the loop counter by 2 and there is no remainder that means the loop counter is an even number and so you need to highlight that row. This web page should also have a link back to your Home Page web page You *MUST use the W3c HTML5/CSS3 validator page at httpllvalidatorw3 orglunicorn to verify your code You should then add an
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
