bootstrap简介

<!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>
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值