Advertisement
Guest User

Untitled

a guest
Apr 25th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.95 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title>Modul 15</title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. <link rel="stylesheet" href="css.css">
  13. </head>
  14. <body>
  15. <h1> Modul 15 <h1/>
  16. <h1> AddisjonsKalkulator </h1>
  17. <form action="MyKalkulator" method="post">
  18. <div class = "førstetall"> Tall1: </div>
  19. <div class = "inn"> <input type="text" name = "tall1"> </div>
  20.  
  21. <div class = "andretall"> Tall2 </div>
  22. <div class = "inn"> <input type="text" name = "tall2"> </div>
  23. <div class="form">
  24. <input type="submit" value="Legg Sammen" />
  25. </form>
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement