Question: Please answer with HTML with CSS and Javascript. Primary Colors (50 pts) Implement a dynamic web application which behaves like the following: Your application should
Please answer with HTML with CSS and Javascript.


Primary Colors (50 pts) Implement a dynamic web application which behaves like the following: Your application should contain two dropdown statements and three block level elements (for instance div) with a background color. Each dropdown statement contains the following three primary colors: - Red - Yellow - Blue When you change a dropdown, you should change the background color of the associated element to match. When you have two dropdowns with selected values, you should change the third background color to the secondary color produced by the two dropdowns. As a reference: - Red and Yellow produces Orange. - Red and Blue produces Purple. - Yellow and Blue produces Green
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
