<!DOCTYPE html>
<html lang="zh-cn">
<head>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="xuemeng">
<title></title>
<style>
</style>
</head>
<body>
</body>
</html>
<meta charset="utf-8">
<!--Bootastrap的一大特点:将css样式定义在特定的类中(.className),使用时只需调用类名即可(class = "className").-->
<!-- 在ie浏览器中运行最新的渲染模式-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- 初始化移动浏览显示 让网页的宽度为物理设备的宽度,网页最初加载 缩放比例为1就是不缩放-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<!-- 在这里载入bootstrap中的css样式-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--以下两个插件用于在IE8以及以下版本浏览器支持HTML5元素和媒体查询,如果不需要用可以移除 -->
<!--[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]-->
</head>
<body>
<h1>你好,世界!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>
<html lang="zh-cn">
<head>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="xuemeng">
<title></title>
<style>
</style>
</head>
<body>
</body>
</html>
<meta charset="utf-8">
<!--Bootastrap的一大特点:将css样式定义在特定的类中(.className),使用时只需调用类名即可(class = "className").-->
<!-- 在ie浏览器中运行最新的渲染模式-->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<!-- 初始化移动浏览显示 让网页的宽度为物理设备的宽度,网页最初加载 缩放比例为1就是不缩放-->
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Bootstrap 101 Template</title>
<!-- Bootstrap -->
<!-- 在这里载入bootstrap中的css样式-->
<link href="css/bootstrap.min.css" rel="stylesheet">
<!--以下两个插件用于在IE8以及以下版本浏览器支持HTML5元素和媒体查询,如果不需要用可以移除 -->
<!--[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]-->
</head>
<body>
<h1>你好,世界!</h1>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="http://cdn.bootcss.com/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>