Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"Untitled"
Bootstrap 4.1.1 Snippet by
danielfino
4.1.1
Preview
HTML
View Full Screen
Fork
Fork this
226
 
0 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Create Auction Form</title> <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"> </head> <body> <div class="container"> <h1>Create Auction</h1> <form> <div class="form-group"> <label for="subscription">Product Subscription</label> <select class="form-control" id="subscription"> <option>Technology</option> <option>Sports</option> <option>Subscription C</option> </select> </div> <div class="form-group"> <label for="product">Product</label> <select class="form-control" id="product"> <option>Monitor</option> <option>Product A2</option> <option>Product B1</option> <option>Product C1</option> </select> </div> <div class="form-group"> <label for="title">Auction Title</label> <input type="text" class="form-control" id="title"> </div> <div class="form-group"> <label for="description">Auction Description</label> <textarea class="form-control" id="description" rows="3"></textarea> </div> <div class="form-group"> <label for="duration">Auction Duration</label> <select class="form-control" id="duration"> <option>3 hours</option> <option>6 hours</option> <option>12 hours</option> <option>1 day</option> <option>2 days</option> <option>1 week</option> </select> </div> <div class="form-group"> <label for="starting-bid">Starting Bid</label> <input type="number" class="form-control" id="starting-bid"> </div> <button type="submit" class="btn btn-primary">Create Auction</button> </form> </div> <script src="https://code.jquery.com/jquery-3.2.1.slim.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script> <script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> </body> </html>
Related:
See More
Free Template
Paper Dashboard React
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76