Bootstrap form layout style code _javascript tips

Source: Internet
Author: User

Nonsense not to say more, directly to everyone paste code.

<form class= "form-horizontal" role= "form" > <fieldset> <legend> configuration Data source </legend> <div class= " Form-group "> <label class=" col-sm-2 control-label "for=" Ds_host "> Host name </label> <div class=" Col-sm-4 " > <input class= "Form-control" id= "Ds_host" type= "text" placeholder= "192.168.1.161"/> </div> <label class= "Col-sm-2 Control-label" for= "ds_name" > Database name </label> <div class= "col-sm-4" > <input class= " Form-control "id=" Ds_name "type=" text "placeholder=" MSH "/> </div> </div> <div class=" Form-group "
> <label class= "col-sm-2 control-label" for= "Ds_username" > Username </label> <div class= "Col-sm-4" > <input class= "Form-control" id= "Ds_username" type= "text" placeholder= "root"/> </div> <label class= " Col-sm-2 Control-label "for=" Ds_password "> Password </label> <div class=" col-sm-4 "> <input class=" Form-control "id=" Ds_password "type=" password "placeholder=" 123456 "/> </div> </div> </fieldset> <fieldset> <legend> Select related table </legend> <div class= "Form-group" > <label for= "Disabledselect" class= "col-sm-2 control-label" > table name </label> <div class= "col-sm-10" > < Select Id= "Disabledselect" class= "Form-control" > <option> no selection </option> <option> Forbidden selection </ option> </select> </div> </div> </fieldset> <fieldset> <legend> field name </legend > <div class= "Form-group" > <label for= "disabledselect" class= "col-sm-2 control-label" > table name </label > <div class= "col-sm-10" > <select id= "disabledselect" class= "Form-control" > <option> no choice </ Option> <option> Forbidden Selection </option> </select> </div> </div> </fieldset> </form >

Effect chart

The above content is small to introduce the bootstrap form layout style code related knowledge, I hope to help!

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.