Simple Login Form


/ Published in: HTML
Save to your folder(s)



Copy this code and paste it in your HTML
  1. <form id="formLogin" name="formLogin" method="post" action="">
  2. <div style="margin-bottom:5px; margin-top:5px; float:left; width:260px">
  3. <label for="username">Username</label>
  4. <input name="username" type="text" id="username" tabindex="1" value="" size="30" maxlength="25" />
  5. </div>
  6. <div style="margin-bottom:5px; margin-top:5px; float:left; width:260px"><label for="password">Password</label><input name="password" type="password" size="30" maxlength="25" />
  7. </div>
  8. <div style="margin-bottom:5px; margin-top:5px; float:left; width:230px; text-align:left; padding-left:30px; " ><input name="submit" type="submit" value="Accedi" />
  9. oppure <a href="registrazione.php">Registrati</a></div>
  10. </form>

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.