質問編集履歴

1

マークダウンでの記載に変更しました

2020/02/05 09:29

投稿

RYO.K
RYO.K

スコア46

test CHANGED
File without changes
test CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
 
6
6
 
7
- HTML
7
+ ```HTML
8
8
 
9
- <!docktype html>
9
+ <!DOCTYPE html>
10
10
 
11
11
 
12
12
 
@@ -34,7 +34,9 @@
34
34
 
35
35
  </html>
36
36
 
37
+ ```
38
+
37
- <CSS>
39
+ ```CSS
38
40
 
39
41
  .box{background-color: #e4e4e4; background-image: url('space.jpeg'); background-repeat: no-repeat;}
40
42
 
@@ -43,3 +45,5 @@
43
45
  .fixed{background-attachment: fixed;}
44
46
 
45
47
  .local{background-attachment: local;}
48
+
49
+ ```