質問編集履歴

1

閉じタグの誤りを修正しました。

2018/03/20 14:06

投稿

pegy
pegy

スコア243

test CHANGED
File without changes
test CHANGED
@@ -12,7 +12,7 @@
12
12
 
13
13
  ```html
14
14
 
15
- <div class="hoge"><div>
15
+ <div class="hoge"></div>
16
16
 
17
17
  <div class="fuga">
18
18
 
@@ -20,7 +20,7 @@
20
20
 
21
21
  <div class="bar"></div>
22
22
 
23
- <div>
23
+ </div>
24
24
 
25
25
 
26
26