html 04)BOOTSTRAP模板
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html 04)BOOTSTRAP模板相关的知识,希望对你有一定的参考价值。
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1"> <!--Responsive Activate-->
<link rel="shortcut icon" href="#" sizes="16x16" type="#"> <!--.ico-image/x-icon | .png-image/png | .svg-image/svg+xml | .gif-image/gif-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<!--<link rel="stylesheet" href="css/bootstrap.css">-->
<!--<link rel="stylesheet" href="css/main.css">-->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<!--<script src="js/jquery.min.js"></script>-->
<!--<script src="js/popper.min.js"></script>-->
<!--<script src="js/bootstrap.min.js"></script>-->
</head>
<body>
<div class="container">
</div>
</body>
</html>
以上是关于html 04)BOOTSTRAP模板的主要内容,如果未能解决你的问题,请参考以下文章
html 带Bootstrap 4模板的HTML
html Bootstrap jQuery HTML5模板
如何呈现 Bootstrap 管理模板?
html Bootstrap 4.1.1入门模板
html Bootstrap 4入门模板(CDN)
html 基本的bootstrap模板