Advertisement
Guest User

Untitled

a guest
Jun 25th, 2016
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. <form action="http://site.com/index.php" method="POST">
  2. <input type="text" name="login"> <br>
  3. <input type="text" name="password"> <br>
  4. <input type="submit" value="Войти"> </form>
  5.  
  6. <form method="post" action="http://localhost.ru/index.html">
  7. <h1>Login</h1><input class="class" type="text" value="Логин" maxlength="20" name="login"></br>
  8. <h1>Pass</h1>
  9. <input class="class" type="password" maxlength="20" name="pass"></br>
  10. <input type="image" value="Войти">
  11. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement