html5shiv主要解决HTML5提出的新的元素不被IE6-8识别,这些新元素不能作为父节点包裹子元素,并且不能应用CSS样式。让CSS 样式应用在未知元素上只需执行 document.createElement(elementName) 即可实现。html5shiv就是根据这个原理创建的。
<div class="text-center">
<h3>Hello World!</h3>
<button class="btn btn-primary">我是按钮,按我一下</button>
</div>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
<h3>Hello World!</h3>
<button class="btn btn-primary">我是按钮,按我一下</button>
</div>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css">
看完了慕课所有bootstrap视频,做了一些总结和分析,地址:https://github.com/CruxF/IMOOC/tree/master/Bootstrap
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
2018-02-17
看完了慕课所有bootstrap视频,做了一些总结和分析,地址:https://github.com/CruxF/IMOOC/tree/master/Bootstrap
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
2018-02-17
看完了慕课所有bootstrap视频,做了一些总结和分析,地址:https://github.com/CruxF/IMOOC/tree/master/Bootstrap
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
课程最终展示效果,地址:https://cruxf.github.io/IMOOC/Bootstrap/BootBaseWeb/index3-11.html
2018-02-17
<div class="text-center">
<h3>Hello World!</h3>
<button class="btn btn-primary">我是按钮,按我一下</button>
</div>
<h3>Hello World!</h3>
<button class="btn btn-primary">我是按钮,按我一下</button>
</div>