BS使用方法
BS下载地址
https://v3.bootcss.com/
引入BS bootstrap.min.css文件
<link rel="stylesheet" href="bootstrap/css/bootstrap.min.css">
引入jquery文件
<script src="jquery/jquery.min.js"></script>
引入BS bootstrap.min.js文件
<script src="bootstrap/js/bootstrap.min.js"></script>
参考BS菜鸟教程
https://www.runoob.com/bootstrap/bootstrap-tutorial.html