Guest User

Untitled

a guest
Jun 27th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <form>
  2. <label for="username">Username:</label>
  3. <input type="text" name="username" />
  4. <br />
  5.  
  6. <label for="password">Password:</label>
  7. <input type="password" name="password" />
  8. <br />
  9.  
  10. <input type="submit" name="signin_submit" value="OKEY" />
  11. </form>
  12.  
  13. form{
  14. width:505px;
  15. }
Add Comment
Please, Sign In to add comment