1.

What is Bootstrap: inputs and forms?​

Answer»

A form is for receiving user input. It can include inputs, multi-line text inputs, selectable lists, radio BUTTONS, and checkboxes. A vertical form is the default in BOOTSTRAP and can be created as follows: 1. WRAP the entire form in a

element. 2. Use a
of class form-group to wrap input, textarea, and select lists ELEMENTS. Use a form-control class for all textual input elements. 3. To add a checkbox or radio BUTTON, create a


Discussion

No Comment Found