Create Simple Login Form Using Html And Css

Create Simple Login Form Using Html And Css

First Open This Code Editor Program 
Second Now Type This Code or just Copy and Past this Code and Open This Browser and See the Preview.
Now Type From This Body Tag

<body>
<div id="registration_side">
<div class="registration_sidefix">
  <form action="mailto:krunalsabhadiya123@gmail.com" method="post">
    <table width="100%" border="0" cellpadding="3" cellspacing="1">
       
      <tr>
        <td width="33%" align="right">Your Email</td>
        <td width="67%"><input name="Email" type="text"></td>
      </tr>
      
      <tr>
        <td align="right">Password</td>
        <td><input name="Password" type="password"></td>
      </tr>
      
      <tr class="login">
        <td>&nbsp;</td>
        <td><input name="Login" type="submit" value="Login"></td>
      </tr>
    </table>
  </form>
</div>
</div>
</body>

Related Post

Next
Previous
Click here for Comments

0 comments:

Thnak You For Comment And For Your Question, Answer Very Soon.