Homework #3, Question 1

Use JavaScript to change the background color and text color of this div when a user types a color in the corresponding textbox. In order to do this, you should respond to the onkeyup event for each textbox.

Additionally, allow the user to add a border by clicking the button. You can use a style of your choice, such as "2px solid red", as long as the border is visible

Finally, clicking the "Reset" button should reset the styles and inputs to their default values, which are "white" for the background color and "black" for the font color, with the border style set to "none".