Advertisement
DeXtrought

HTML username and password code (short)

Apr 4th, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.43 KB | None | 0 0
  1. <table border="2">
  2.     <thead>
  3.         <!--<tr>
  4.            <th>Family Name</th>
  5.            <th>How Many Family Members</th>
  6.        </tr>-->
  7.     </thead>
  8.     <tbody>
  9.         <form>
  10.             Username:<br>
  11.             <input type="text" name="username"><br>
  12.             Password:<br>
  13.             <input type="text" name="password"><br><br>
  14.             <input type="submit" value="submit">
  15.         </form>
  16.     </tbody>
  17. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement