博客列表 >bootstrap与jquery导入加载

bootstrap与jquery导入加载

PHP全栈60天VIP大牛作业题
PHP全栈60天VIP大牛作业题原创
2017年12月24日 15:32:071262浏览
<!doctype html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport"
 content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
    <meta http-equiv="X-UA-Compatible" content="ie=edge">
    <link rel="stylesheet" href="dist/css/bootstrap.css">
    <script src="dist/js/bootstrap.js"></script>
    <script src="jquery-3.2.1.min.js"></script>
    <title>导入bootstrap</title>

</head>
<body>
<img src="1.jpg" class="img-responsive img-rounded img-thumbnail img-circle img" >
</body>
</html>

1:首选从官网www.jquery.com下载 : Download the compressed, production jQuery 3.2.1

66666.png

2:首选从官网www.bootstrap.com  下载 :bootstrap源码

555555.png

3:下面是bootstrap解压后所有文档只取dist文档中的内容复制放入新建文档中

44444.png

4:下面是桌面新建文档中的dist,jquery,html 图片。复制一份HTML文档放入新建的文档中

11111.png

5:在PhpStorm设置bootstrap加载, 下图打开PhpStorm编辑器中的file

777.png

8888.png

9999.png

6:利用PhpStorm打开新建的文档,然后再打开HTML文档。

222222.png

7:可以在编辑器中导入下面文档:

<link rel="stylesheet" href="dist/css/bootstrap.css">
    <script src="dist/js/bootstrap.js"></script>
    <script src="jquery-3.2.1.min.js"></script>

声明:本文内容转载自脚本之家,由网友自发贡献,版权归原作者所有,如您发现涉嫌抄袭侵权,请联系admin@php.cn 核实处理。
全部评论
文明上网理性发言,请遵守新闻评论服务协议