1. Bootstrap简单模板

*简介:*Bootstrap是一款来自Twitter的**前端框架**。它是基于HTML、CSS、Javascript的。

*下载:*

官网:http://www.bootstrap.com/

中文网:http://www.bootcss.com/


<!DOCTYPE html>
<html>
<head>
	<meta charset='utf-8' />

	<!-- 给IE添加最新的渲染方式 -->
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <!-- 实现不同屏幕分辨率的支持 -->
    <meta name="viewport" content="width=device-width, initial-scale=1">

	<title>Bootstrap</title>
	<!-- Bootstrap -->
	<link rel="stylesheet" href="../css/bootsrap.css" /><!-- 未经压缩的,用来调试用的 -->
	<link rel="stylesheet" href="http://cdn.bootcss.com/bootstrap/3.3.0/css/bootstrap.min.css"><!-- 压缩后的样式表 -->

	<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries  -->
    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
    <!--[if lt IE 9]>
      <script src="http://cdn.bootcss.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="http://cdn.bootcss.com/respond.js/1.4.2/respond.min.js"></script>
    <![endif]-->

<style>
	.container{ border:1px solid #000; }
</style>
</head>

<body>
<div class="container">
	用来测试内容
</div>
</body>
<!-- 因为bootstrap的插件是以jquery为基础的,所以要在它之前引用 -->
<sctipt src="../js/jquery-1.12.2.js"></sctipt>
<sctipt src="../js/bootstrap.js"></sctipt><u>
</u></html>



评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值