如何在Dreamweaver中使用boostrap?

时间:2015-10-12 12:35:13

标签: html css dreamweaver

我是这个HTML CSS的新手,我喜欢它。几天前,我偶然发现了Bootstrap,我很喜欢它。如何在Dreamweaver中使用它?

1 个答案:

答案 0 :(得分:1)

您可以将引导程序文件添加到源代码中(如果您想要编辑引导程序文档,或者只是使用在线版本并在html文档的头部应用标记)。

  <!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">

<!-- Optional theme -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">

<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/js/bootstrap.min.js"></script>

无论你使用什么IDE,它都应该运行。
/ S