Computer Science, asked by aden9809, 5 hours ago

Choose the common Standard rules for all form layouts provided by Bootstrap: Select one or more:
1. Add class .form-horizontal to the element
2. Add class .control-label to all elements
3. Add class .form-control to all textual , , and elements
4. Wrap labels and form controls in (needed for optimum spacing)

Answers

Answered by aniketsingh0305
9

Answer:

3. Add class .form-control to all textual , , and elements

4. Wrap labels and form controls in (needed for optimum spacing

Explanation:

Answered by vishakasaxenasl
0

Answer:

Option(3) and option(4) add common Standard rules for all form layouts provided by Bootstrap.

3. Add class .form-control to all textual, and elements

4. Wrap labels and form controls in (needed for optimum spacing).

Explanation:

The form is mainly created to either get the information of the user or to receive feedback from the user.

  • When we create a form with bootstrap, it is compatible with all the screen sizes specified, that is why it is a better option than creating a form just with HTML.
  • If you want to apply some common rules on all the form layouts you can either add class .form-control or you can wrap labels and form controls in.
  • This will apply all the standard common rules to all textual and elements of the form. Thus, saving your time and effort.
  • That is why option(3) and option(4) are correct answers.

#SPJ3

Similar questions