⟩ Tell me what are the steps for creating basic or vertical forms?
The steps for creating basic or vertical forms are
☛ Add a role form to the parent <form> element
☛ Wrap labels and controls in a <div> with class .form-group. To achieve optimum spacing this is needed
☛ Add a class of .form-control to all texturl <input> , <textarea> , and <select> elements