0

Whats the best elements to create calculator table with buttons?

I want to train my js skills and need to create skeleton for it. I disgned a containers inside div id calc and display and inputs one by one in column, inside calc another columns withbuttons in row, there is better way to construuct it using html5? should I use input type submit ?

27th Feb 2017, 7:46 AM
Bartłomiej Puka
Bartłomiej Puka - avatar
1 Odpowiedź
0
Input Type Submit is for form submittion but your calculator is running client side. I think you should have buttons in a Table-Layout
27th Apr 2019, 7:37 AM
CloudWay
CloudWay - avatar