A. //this is a comment B. C. this is a comment// D. /*this is a comment*/ E. this is a comment
A. 模态框(Modal)是覆盖在父窗体上的子窗体 B. 模态框最外层div需要设置modal类 C. 模态框有modal-top、modal-body、modal-footer等部分-self D. 模态框可以使用modal-lg、modal-sm类控制大小
A. 轮播图的页面切换索引从1开始 B. 下一页实现方式data-slide-to=“prev” C. 可以使用carousel-caption类为图片添加描述 D. 上一页实现方式data-slide-to=“-1”