Guest User

Untitled

a guest
Jan 21st, 2018
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.64 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Tabuada</title>
  4.  
  5. <!-- ------------------------------------
  6. ||  Criado por Caique Freitas   ||
  7. ||       PHP FOR NOOBS      ||
  8. ||      12/10/2011      ||
  9. ||-------------------------------------->
  10.  
  11. </head>
  12. <body>
  13. <h3>Escolha a opera&#231;&#227;o da tabuada:</h3>
  14. <form action="teste3.php" method="POST">
  15.     <input name="opera" value="soma" type="radio" checked="checked">Soma
  16.     <input name="opera" value="sub" type="radio">Subtra&#231;&#227;o
  17.     <input name="opera" value="mult" type="radio">Multiplica&#231;&#227;o
  18.     <input name="opera" value="div" type="radio">Divis&#227;o
  19.     <input type="submit" value="Enviar">
  20. </form>
  21. </body>
  22. </html>
Add Comment
Please, Sign In to add comment