Explain 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

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *