Problems with simple calculator using html
Ive been trying my hand in html. Basically I just have to input field and want to add the two numbers together and display it in one of the input field. The two inputs: <input type="text" id="Num1" name="One"> <br> <input…