Google News
logo
Bootstrap-3 - Interview Questions
What are the steps for creating basic or vertical forms?
The steps for creating basic or vertical forms include :
 
* Add a role form to the parent <form> element

* Wrap labels and controls in a <div> with class .form-group. This is required to achieve optimum spacing

* Add a class of .form-control to all texturl <input> , <textarea> , and <select> elements
Advertisement