Advertisement
LordKusa

Calculadora

Aug 1st, 2018
182
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.16 KB | None | 0 0
  1. <html>
  2.     <body>
  3.         <center>
  4.             <input type="text" id="nombre"> <br>
  5.             <input type="button" value="1" id="1" onclick="CommandClick1()"><input type="button" value="2" id="2" onclick="CommandClick2()"><input type="button" value="3" id="3" onclick="CommandClick3()"><input type="button" value="%" id="%" onclick="CommandClick13()"><br>
  6.             <input type="button" value="4" id="4" onclick="CommandClick4()"><input type="button" value="5" id="5" onclick="CommandClick5()"><input type="button" value="6" id="6" onclick="CommandClick6()"><input type="button" value="x" id="x" onclick="CommandClick14()"><br>
  7.             <input type="button" value="7" id="7" onclick="CommandClick7()"><input type="button" value="8" id="8" onclick="CommandClick8()"><input type="button" value="9" id="9" onclick="CommandClick9()"><input type="button" value="-" id="-" onclick="CommandClick15()"><br>
  8.             <input type="button" value="0" id="0" onclick="CommandClick10()"><input type="button" value="," id="," onclick="CommandClick11()"><input type="button" value="=" id="=" onclick="CommandClick12()"><input type="button" value="+" id="+" onclick="CommandClick16()">
  9.         </center>
  10.         <script>
  11.         </script>
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement