質問編集履歴

1

指摘していただいた点について修正致しました。

2016/08/21 16:25

投稿

pota
pota

スコア13

test CHANGED
File without changes
test CHANGED
@@ -1,5 +1,3 @@
1
- ###前提・実現したいこと
2
-
3
1
  html初心者です。
4
2
 
5
3
  https://github.com/alvarotrigo/fullPage.js
@@ -34,6 +32,8 @@
34
32
 
35
33
  こちらを自分の動画に変更しました。
36
34
 
35
+ ```
36
+
37
37
  <video controls autoplay poster="firstframe.jpg" width="320" height="240">
38
38
 
39
39
  <source src="sample.mp4">
@@ -45,6 +45,8 @@
45
45
  <p>動画を再生するには、videoタグをサポートしたブラウザが必要です。</p>
46
46
 
47
47
  </video>
48
+
49
+ ```
48
50
 
49
51
 
50
52