質問編集履歴
2
ファイル名を修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
ボタンを押すことで音楽を再生できるホームページを作成しています。
|
2
2
|
以下のプログラムを使って、音声ファイル1.mp3,音声ファイル2.mp3,音声ファイル3.mp3を再生する仕組みです。
|
3
3
|
```HTML
|
4
|
-
<button type="button" class="sounds" data-file="./sound/
|
4
|
+
<button type="button" class="sounds" data-file="./sound/音声ファイル1">音声ファイル1</button>
|
5
5
|
```
|
6
6
|
|
7
7
|
```JavaScript
|
1
再生するファイルの名前を修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
ボタンを押すことで音楽を再生できるホームページを作成しています。
|
2
|
-
以下のプログラムを使って、
|
2
|
+
以下のプログラムを使って、音声ファイル1.mp3,音声ファイル2.mp3,音声ファイル3.mp3を再生する仕組みです。
|
3
3
|
```HTML
|
4
4
|
<button type="button" class="sounds" data-file="./sound/voice">voice</button>
|
5
5
|
```
|