问答详情
源自:2-4 编程练习

为什么不能像效果图那样呢?

<div class="text-center">

   <h1>Hello World</h1> 

</div>

<button type="button" class="btn btn-primary btn-lg">我是按钮,按我一下</button>

我的这样写怎么没有像效果图的那样呢?

提问者:紫竹_zwl 2015-03-02 20:05

个回答

  • ToohoKing
    2015-03-22 16:04:47

    把</div>移到button后面