Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
prog1_03 [2017-08-17 11:51]
Daniel Viström
prog1_03 [2017-09-01 13:31]
Daniel Viström
Line 20: Line 20:
 <code html> <code html>
 <form method="post"> <form method="post">
-  <input type="text" name="login" /+  <input type="text" name="login"> 
-  <input type="password" name="passwd" /+  <input type="password" name="passwd"> 
-  <input type="submit" name="submit" value="Login" />+  <input type="submit" name="submit" value="Login">
 </form> </form>
 </code> </code>