回答編集履歴
3
修正
test
CHANGED
@@ -28,7 +28,7 @@
|
|
28
28
|
|
29
29
|
---
|
30
30
|
|
31
|
-
**[3] 「index.html」ファイルを作成し、CSSファイルやJSファイルを
|
31
|
+
**[3] 「index.html」ファイルを作成し、CSSファイルやJSファイルを読み込む**
|
32
32
|
|
33
33
|
![イメージ説明](348fe0bf0a481193c39255d2eab43123.png)
|
34
34
|
|
2
修正
test
CHANGED
@@ -6,11 +6,11 @@
|
|
6
6
|
|
7
7
|
**[1] Bootstrapのダウンロードページへ遷移**
|
8
8
|
|
9
|
+
「Download」ボタンをクリックしてください。
|
10
|
+
|
9
11
|
[https://getbootstrap.com/](https://getbootstrap.com/)
|
10
12
|
|
11
13
|
![イメージ説明](65a28b2cfe0b164a646b7b1d7e110ea4.png)
|
12
|
-
|
13
|
-
「Download」ボタンをクリックしてください。
|
14
14
|
|
15
15
|
|
16
16
|
|
1
修正
test
CHANGED
@@ -10,6 +10,8 @@
|
|
10
10
|
|
11
11
|
![イメージ説明](65a28b2cfe0b164a646b7b1d7e110ea4.png)
|
12
12
|
|
13
|
+
「Download」ボタンをクリックしてください。
|
14
|
+
|
13
15
|
|
14
16
|
|
15
17
|
---
|
@@ -18,7 +20,7 @@
|
|
18
20
|
|
19
21
|
[https://getbootstrap.com/docs/4.5/getting-started/download/](https://getbootstrap.com/docs/4.5/getting-started/download/) (2020/08/12時点でのURL)
|
20
22
|
|
21
|
-
「Compiled CSS and JS」の「Download」ボタンをクリック
|
23
|
+
「Compiled CSS and JS」の「Download」ボタンをクリックしてください。
|
22
24
|
|
23
25
|
![イメージ説明](4289991349cfff7a4d61f4784fe81254.png)
|
24
26
|
|
@@ -56,7 +58,7 @@
|
|
56
58
|
|
57
59
|
```
|
58
60
|
|
59
|
-
CSS (やJS) ファイルを読み込んだあと、上記HTMLをindex.html内に書いてみて、
|
61
|
+
[3]でCSS (やJS) ファイルを読み込んだあと、上記HTMLをindex.html内に書いてみて、
|
60
62
|
|
61
63
|
「[参考URL (ボタンの場合)](https://getbootstrap.com/docs/4.5/components/buttons/)」のページに示すような見た目になれば成功です。
|
62
64
|
|