Answered step by step
Verified Expert Solution
Question
1 Approved Answer
You have been tasked with creating a styled web page that displays the average temperatures for Delaware for each month for 1 9 5 0
You have been tasked with creating a styled web page that displays the average temperatures for Delaware for each month for and then comparing it to s temperature data.
The averages for are as follows:
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
The averages for are as follows:
Jan
Feb
Mar
Apr
May
Jun
Jul
Aug
Sep
Oct
Nov
Dec
Create a script that generates webpage with the temperature data:
The data should be stored in arrays
Each month should be listed with the two temperatures and the difference between the two.
If there is a variation of more than degrees then the difference should be highlighted with green font for less than the average or red font for greater than the average.
Total the averages for each data set and do a final compare of the difference between the two.
You should use a loop to process the data.
Include stylesheet Website must be styled
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