Advertisement
Guest User

zad3

a guest
Jan 24th, 2019
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  7. <title>Zadanie 3</title>
  8. </head>
  9. <body>
  10. <h1>Zadanie 3</h1><hr>
  11. <p>Program odpowiada czy trójkąt jest równoboczny, równoramienny czy prostokątny.</p>
  12. <form action="wynik2.php" method="post">
  13. Podaj a: <input type="text" name="a"> <br>
  14. Podaj b: <input type="text" name="b"> <br>
  15. Podaj c: <input type="text" name="c"> <br>
  16. <input type="submit" value="Wyslij">
  17.  
  18.  
  19. </form>
  20.  
  21. </body>
  22. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement