html 带有Sublime Text的BootStrap 3

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 带有Sublime Text的BootStrap 3相关的知识,希望对你有一定的参考价值。

<!DOCTYPE html>
<html>
  <head>
    <title>Bootstrap 101 Template</title>
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <!-- Bootstrap -->
    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="css/bootstrap.min.css">
    <!-- Optional theme -->
    <link rel="stylesheet" href="css/bootstrap-theme.min.css">
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="//cdnjs.cloudflare.com/ajax/libs/respond.js/1.4.2/respond.js"></script>
    <![endif]-->
  </head>
  <body>
  <div class="container">
     <p></p>   
  </div>
 
    <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
    <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>    
    <!-- Latest compiled and minified JavaScript -->
    <script src="js/bootstrap.min.js"></script>
  </body>
</html>

以上是关于html 带有Sublime Text的BootStrap 3的主要内容,如果未能解决你的问题,请参考以下文章

带有代码完成的python / django的Sublime Text 2和3设置[关闭]

带有父选择器的 BEM 嵌套 SCSS 会破坏 Sublime Text 语法突出显示?

尝试使用 Spring Boots 的 RestTemplate 使用内容类型 [text/json]

sublime text2编译java文件(带有中文的)时出现Decode error - output not utf-8,请问该如何解决?

sublime text 2

fedora安装sublime text教程