Advertisement
Guest User

twitterbootstrapform

a guest
Dec 6th, 2011
1,124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.65 KB | None | 0 0
  1. <form>
  2.     <fieldset>
  3.         <legend>User Login</legend>
  4.         <div class="clearfix">
  5.             <label for="username">Username</label>
  6.                 <div class="input">
  7.                     <input type="text" size="30" name="username" id="username" class="xlarge">
  8.                 </div>
  9.         </div><!-- /clearfix -->
  10.         <div class="clearfix">
  11.             <label for="password">Password</label>
  12.                 <div class="input">
  13.                     <input type="password" size="30" name="password" id="password" class="xlarge">
  14.                 </div>
  15.         </div><!-- /clearfix -->
  16.         <div class="actions">
  17.             <input type="submit" value="Login" class="btn primary">
  18.             &nbsp;
  19.             <button class="btn" type="reset">Cancel</button>
  20.         </div>
  21.     </fieldset>
  22. </form>
  23.  
  24.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement