Advertisement
Aniket_Goku

log in page

Feb 12th, 2021
175
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.69 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>LOGIN</title>
  4.     </head>
  5.     <body bgcolor="#aaccbb">
  6.         <h1 align="center"> LOG IN PAGE</h1>
  7.         <form method="post" action="welcome.html">
  8.             <table ALIGN="center" border ="1">
  9.                 <tr>
  10.                     <td><label> USERNAME :</td>
  11.                     <td><input type="TEXT" placeholder="Username" / ></td>
  12.                 </tr>
  13.                 <tr>
  14.                     <td><label> PASSWORD :</td>
  15.                     <td><input type="password" placeholder="password" title="Enter STRING PAssword" / ></td>
  16.                 </tr>
  17.                 <tr>
  18.                     <td colspan="2"  align="right"><input type="SUBMIT"  value="LOGIN"></td>
  19.                 </tr>
  20.             </table>
  21.             <center>
  22.                 <a href="rform.html" target="_blank" ><label >NEW ragistration</a>
  23.             </center>
  24.         </form>
  25.     </body>
  26.  
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement