0
Was html is enough to make calculator without using javascript or css?
Can you please tell me how https://www.sololearn.com/discuss/1898502/?ref=app
2 Respostas
+ 13
Hello !!
If you are talking about just designing a calculator then you need to HTML and CSS. HTML is generally used to to add different components like buttons and and textfields for calculator and CSS to design a perfect UI for the calculator. But now to make the calculator functional, you need to add JavaScript to make the calculator functional and perform the calculations.
So HTML + CSS + JavaScript are required to make a perfect working Calculator.
Hope This Helps !!!
+ 1
Thanks