Advertisement
JVFabia

Untitled

Aug 11th, 2020
265
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.75 KB | None | 0 0
  1. <form>
  2.   <div class="form-group">
  3.     <label for="idInputEmail">Email address</label>
  4.     <input type="email" class="form-control" id="idInputEmail" placeholder="Enter email">
  5.     <small id="emailHelp" class="form-text text-muted">
  6. We'll never share your email with anyone else.
  7.     </small>
  8.   </div>
  9.   <div class="form-group">
  10.     <label for="idInputPassword1">Password</label>
  11.     <input type="password" class="form-control" id="idInputPassword1" placeholder="Password">
  12.   </div>
  13.   <div class="form-group form-check">
  14.     <input type="checkbox" class="form-check-input" id="exampleCheck1">
  15.     <label class="form-check-label" for="exampleCheck1">Check me out</label>
  16.   </div>
  17.   <button type="submit" class="btn btn-primary">Submit</button>
  18. </form>
  19.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement