fadlyshafa

Untitled

Aug 1st, 2019
1,676
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.20 KB | None | 0 0
  1. <form role="form">
  2.               <div class="box-body">
  3.                 <div class="form-group">
  4.                   <label for="exampleInputEmail1">Email address</label>
  5.                   <input type="email" class="form-control" id="exampleInputEmail1" placeholder="Enter email">
  6.                 </div>
  7.                 <div class="form-group">
  8.                   <label for="exampleInputPassword1">Password</label>
  9.                   <input type="password" class="form-control" id="exampleInputPassword1" placeholder="Password">
  10.                 </div>
  11.                 <div class="form-group">
  12.                   <label for="exampleInputFile">File input</label>
  13.                   <input type="file" id="exampleInputFile">
  14.  
  15.                   <p class="help-block">Example block-level help text here.</p>
  16.                 </div>
  17.                 <div class="checkbox">
  18.                   <label>
  19.                     <input type="checkbox"> Check me out
  20.                   </label>
  21.                 </div>
  22.               </div>
  23.               <!-- /.box-body -->
  24.  
  25.               <div class="box-footer">
  26.                 <button type="submit" class="btn btn-primary">Submit</button>
  27.               </div>
  28.             </form>
Add Comment
Please, Sign In to add comment