form 标签 action = #
    form-group 表单组
    label 的for 和input 的id 一一对应
    inout上必须有form-control
    form-text 对表单框的说明内容
    input 的说明文字 placeholder =
    disabled 禁用表单

    select 选项表 form-control
    option 选项
    muliple 多选

    文件
    input type = flie form-control-flie

    复选框、单选框
    复选框 input type = checkbox id 和 label 的for 对应
    form-check-input 和 form-check-label
    单选框 type = radio
    form-check-inline 把选项变成并排

    表单的尺寸
    form-control-lg / sm
    col-form-label-lg / sm

    只读
    readonly 只读

    表单栅格排列
    正常模式

    表单表格式排列
    form-row 间距变小了

    内联表单
    提交的按钮 type submit