AnoTest

Exercice_1_Index.php

Jan 20th, 2021 (edited)
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.76 KB | None | 0 0
  1. //Samir Exercice _1 index.php
  2.  
  3. <!DOCTYPE html>
  4. <html lang="en">
  5. <head>
  6.     <meta charset="UTF-8">
  7.     <meta name="viewport" content="width=device-width, initial-scale=1.0">
  8.     <title>Exercice_1</title>
  9. </head>
  10. <body>
  11.     <form action="calcul.php" method="POST">
  12.         <p>1ere Valeur</p>
  13.         <input type="text" name="valeur1">
  14.  
  15.         <p>2eme Valeur</p>
  16.         <input type="text" name="valeur2"><br></br>
  17.  
  18.         <input type="submit" value="addition" name="addition"><br></br>
  19.         <input type="submit" value="soustraction" name="soustraction"><br></br>
  20.         <input type="submit" value="Multiplication" name="multiplication"><br></br>
  21.         <input type="submit" value="division" name="division">
  22.  
  23.    
  24.     </form>
  25.  
  26.  
  27.  
  28. </body>
  29. </html>
Add Comment
Please, Sign In to add comment