Which of the following is the default layout of a bootstrap form?

Questions & AnswersCategory: Programming LanguageWhich of the following is the default layout of a bootstrap form?
Adam asked 2 years ago
1 Answers
Lokesh Kumar Staff answered 2 years ago

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.