HTML doubt | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

HTML doubt

Is it possible to make a calculator in HTML?if yes how??

25th Aug 2018, 9:35 AM
Chaitanya Garg
2 Answers
+ 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
25th Aug 2018, 9:49 AM
Dev
Dev - avatar
+ 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.
25th Aug 2018, 9:47 AM
Esteban Juarez Rodriguez
Esteban Juarez Rodriguez - avatar