-
"指定用户是否可以缩放视区,即缩放Web页面的视图。"是user-scalable指令 ,值为yes时允许用户进行缩放,值为no时不允许缩放。查看全部
-
1.Bootstrap中的js插件依赖于jQuery,因此jQuery要在Bootstrap之前引用。 2.Bootstrap不支持IE浏览器,需要用到<meta http-equiv="X-UA-Compatible" content="IE=edge"> 3.<meta name="viewport" content="width=device-width, initial-scale=1"> 4.要把css文件放在head中 5.要把js文件放到body的最下面 5. 5.查看全部
-
mark查看全部
-
..............查看全部
-
栅格系统布局查看全部
-
mbb查看全部
-
mbb查看全部
-
终于陈功了查看全部
-
qqq查看全部
-
<!DOCTYPE html> <html lang="zh-cn"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <title>Hello World</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <script src="http://code.jquery.com/jquery.js"></script> <script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"></script> <script src="http://cdn.bootcss.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> </head> <body> <div class="text-center"> <h1>Hello World</h1> <input class="btn" type="button"name="btnSubmit" value="我是按钮,是我一下!"/> <button class="btn btn-mini" type="button">Mini button</button> </div> </body> </html>查看全部
-
一直在努力查看全部
-
下拉菜单、 很好用啊查看全部
-
嗯嗯嗯查看全部
-
html5shiv主要解决HTML5提出的新的元素不被IE6-8识别,这些新元素不能作为父节点包裹子元素,并且不能应用CSS样式。让CSS 样式应用在未知元素上只需执行 document.createElement(elementName) 即可实现。html5shiv就是根据这个原理创建的。查看全部
-
navbar查看全部
举报
0/150
提交
取消