Answered step by step
Verified Expert Solution
Question
1 Approved Answer
*This question from Principle of Internet Programming subject. Question 2 (10%) Write a HTML document that allow user to choose a specific date or today's
*This question from "Principle of Internet Programming" subject.
Question 2 (10%) Write a HTML document that allow user to choose a specific date or today's date, input a temperature (in Celsius or Fahrenheit) and weather symbol. Write a JavaScript to append for each record entered by user to the last record of a displayed table. The table should be displayed according to the given format below: Temperature Day Date 28/02/2020 Tue 31 88 (NOTE: For the weather symbol, you need to provide basic choices, such as Sunny, Cloudy, Partly Cloudy, Thunderstorms, Drizzle, Rain, Heavy Rain, Snow, Windy and Fog into the selection list. Besides, find symbols to represent the weather are needed.). -Section Break(Next Page)- Question 2 (10%) Write a HTML document that allow user to choose a specific date or today's date, input a temperature (in Celsius or Fahrenheit) and weather symbol. Write a JavaScript to append for each record entered by user to the last record of a displayed table. The table should be displayed according to the given format below: Temperature Day Date 28/02/2020 Tue 31 88 (NOTE: For the weather symbol, you need to provide basic choices, such as Sunny, Cloudy, Partly Cloudy, Thunderstorms, Drizzle, Rain, Heavy Rain, Snow, Windy and Fog into the selection list. Besides, find symbols to represent the weather are needed.). -Section Break(Next Page)
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