Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.78 KB | None | 0 0
  1. <form>
  2. <div class="form-group">
  3. <label for="exampleInputEmail1">Email address</label>
  4. <input type="email" class="form-control" id="exampleInputEmail1" aria-describedby="emailHelp" placeholder="Enter email">
  5. <small id="emailHelp" class="form-text text-muted">We'll never share your email with anyone else.</small>
  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 form-check">
  12. <input type="checkbox" class="form-check-input" id="exampleCheck1">
  13. <label class="form-check-label" for="exampleCheck1">Check me out</label>
  14. </div>
  15. <button type="submit" class="btn btn-primary">Submit</button>
  16. </form>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement