“Create a new blank HTML page and save it as calculator.html. Use Javascript functions and form tags to create 2 input…
“Create a new blank HTML page and save it as calculator.html. Use Javascript functions and form tags to create 2 input fields, four buttons; Add, subtract, multiply and devide, and 1 output field. You must use getElementById to clear the output field.