jac_usai

Untitled

Jun 13th, 2019
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.27 KB | None | 0 0
  1. <form action="Test" method="post">
  2.     <label for="username">Username</label>
  3.     <input type="text” id="username" name="username"/>
  4.     <label for="username">Password</label>
  5.     <input type="password" id="password" name="password"/>
  6.     <button type="submit">Login</button>
  7. </form>
Advertisement
Add Comment
Please, Sign In to add comment