为什么我这个 最后那个 这是一个输入框不变色呀

来源:3-5 Bootsteap中的表单(1)

qq_八米蔚蓝i_0

2017-11-11 16:22

<div class="form-group has-error">

    <label class="control-lable" for="">这是一个输入框:</label>

    <textarea class="form-control" name="" id="" cols="30" rows="10"></textarea>

</div>


写回答 关注

3回答

  • 慕标1257384
    2018-07-23 17:56:28
    label


  • 慕姐0145061
    2017-11-11 20:42:12

    label 写错了

  • 慕姐0145061
    2017-11-11 20:41:43

    <div class="form-group has-error">
                <label class="control-label">这是一个输入框:</label>
                <textarea class="form-control" name="" id="" cols="30" rows="10"></textarea>
            </div>

bootstrap快速入门

bootstrap是目前最流行的框架之一,能够带你快速搭建网页!

100975 学习 · 187 问题

查看课程

相似问题