teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

1

<code>を使い修正しました。

2019/05/05 10:12

投稿

L-sunsui
L-sunsui

スコア45

title CHANGED
File without changes
body CHANGED
@@ -1,5 +1,7 @@
1
1
  index.htmlとして
2
2
 
3
+ ```
4
+
3
5
  <!DOCTYPE html>
4
6
  <html lang="ja">
5
7
  <head>
@@ -13,9 +15,11 @@
13
15
  </body>
14
16
  </html>
15
17
 
18
+ ```
16
19
 
17
20
  youtube.jsとして
18
21
 
22
+ ```
19
23
 
20
24
  document.getElementById("button").onclick = function(){
21
25
  document.getElementById("confirm").innerHTML = "Order placed.
@@ -23,8 +27,10 @@
23
27
  document.getElementById("button").style.display = "none";
24
28
  }
25
29
 
26
- 記述しました。
30
+ ```
27
31
 
32
+ と記述しました。
33
+
28
34
  index.htmlをプレビューすると
29
35
 
30
36
  https://gyazo.com/a6973af015b8827bf75ca86b24bd5125