0 votes
in Bootstrap by

Can you please explain what is the step-wise procedure for creating basic or vertical forms?

1 Answer

0 votes
by

Can you please explain what is the step-wise procedure for creating basic or vertical forms?

There are a few steps, which can be followed for creating vertical or basic.  

Firstly, a role form can be added to the parent <form> element.

Secondly, add appropriate spacing by wrapping labels and control in <div> and using the function ‘class .form-group’.

Lastly, apply the function ‘class .form-control’ to different elements such as text url <input> , <textarea> and <select>

🔗Reference : stackoverflow.com

🔗Source: Bootstrap Interview Questions and Answers for Freshers and Experience 

Related questions

+1 vote
asked Jun 1, 2020 in Bootstrap by SakshiSharma
0 votes
asked Oct 30, 2020 in Bootstrap by sharadyadav1986
...