Which of the following is the default layout of a bootstrap form?
Which of the following is the default layout of a bootstrap form?
a. .vertical
b. .inline
c. .horizontal
d. None of the above.
1 Answers
a. .vertical
Explanation: The basic layout of a bootstrap form by default is vertical. However, a user can change the layout and convert it to inline or horizontal with the help of different classes such as .inline class and .horizontal class. Therefore, the correct option will be (a) .vertical.