bootstrap-1-置入bootstrap框架以及viewport

首先下载bootstrap:

bootstrap

压缩后有三个文件:


写个简单的html置入bootstrap:

<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE-edge">
<!-- 可缩放的形式 -->
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Bootstrap 101 Template</title>
<!-- 加载Bootstrap层叠样式表 -->
<link href="css/bootstrap.min.css" rel="stylesheet">
</head>
<body>
<!-- 可用图标的示例 -->
<span class="glyphicon glyphicon-euro"/>
<span class="glyphicon glyphicon-heart"/>

<!-- 放在末尾是为了在文件加载结束之后是为了文档加载之后再开始解析避免出现错乱 -->
<!-- jQuery库,必须在加载bootstrap.min.js之前 -->
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"/>
<!-- 加载bootstrap核心库 -->
<script src="js/bootstrap.min.js"/>
</body>
</html>

结果:


bootstrap是对移动设备友好的样式,也就是移动设备优先,那么viewport的不可缩放形式是:

<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">





评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值