質問編集履歴
2
html追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -37,6 +37,12 @@
|
|
37
37
|
<section id="red">赤商品</section>
|
38
38
|
<section id="yellow">黄商品</section>
|
39
39
|
<section id="blue">青商品</section>
|
40
|
+
<section id="error">
|
41
|
+
<div class="error_inner">
|
42
|
+
<p class="btn_bk btn_base"><a href="javascript:void(0)">もう一度やり直す</a></p>
|
43
|
+
</div>
|
44
|
+
<!--error-->
|
45
|
+
</section>
|
40
46
|
```
|
41
47
|
|
42
48
|
### 該当のソースコード JS
|
1
記述もれ
title
CHANGED
File without changes
|
body
CHANGED
@@ -19,7 +19,7 @@
|
|
19
19
|
```ここに言語を入力
|
20
20
|
<section id="question">
|
21
21
|
<ul>
|
22
|
-
<li><label><input type="checkbox" name="checkbox01">
|
22
|
+
<li><label><input type="checkbox" name="checkbox01">C3</label></li>
|
23
23
|
<li><label><input type="checkbox" name="checkbox07">A1</label></li>
|
24
24
|
<li><label><input type="checkbox" name="checkbox05">B2</label></li>
|
25
25
|
<li><label><input type="checkbox" name="checkbox02">C2</label></li>
|