0
HTML doubt
Is it possible to make a calculator in HTML?if yes how??
2 Réponses
+ 6
You can't make a calculator using ONLY HTML (as its just a markup language) and hence, JavaScript helps you in this case. Start learning JS (either at SoloLearn or from any other good, feasible resource on the web).
https://medium.freecodecamp.org/how-to-build-an-html-calculator-app-from-scratch-using-javascript-4454b8714b98
+ 1
Since HTML is only a markup language, It is not possible to do a calculator using ONLY HTML, you'd need to use javascript or some actual programming language.