LoginSignup
0
0

More than 5 years have passed since last update.

〈準備編〉Bootstrapの読み込み方法

Posted at

まずHTMLにCSSを読みこませる。
HTMLのheadに以下をtitleの上に入れる。

次にJavascriptを読み込ませる。
HTMLのbodyの一番下に以下を入れる。
<!-- Latest compiled and minified JavaScript -->

これはBootstrap公式ページのBootstrap CDNに用意されている。

さらに、JavaScriptを動かす為に、jQueryの読み込みも必要なので、
同じくBootstrap公式ページのBasic templateの中にある下記を、先ほどのJavaScriptの上にコピペする。

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0