質問編集履歴
2
html追記
test
CHANGED
File without changes
|
test
CHANGED
@@ -76,6 +76,18 @@
|
|
76
76
|
|
77
77
|
<section id="blue">青商品</section>
|
78
78
|
|
79
|
+
<section id="error">
|
80
|
+
|
81
|
+
<div class="error_inner">
|
82
|
+
|
83
|
+
<p class="btn_bk btn_base"><a href="javascript:void(0)">もう一度やり直す</a></p>
|
84
|
+
|
85
|
+
</div>
|
86
|
+
|
87
|
+
<!--error-->
|
88
|
+
|
89
|
+
</section>
|
90
|
+
|
79
91
|
```
|
80
92
|
|
81
93
|
|
1
記述もれ
test
CHANGED
File without changes
|
test
CHANGED
@@ -40,7 +40,7 @@
|
|
40
40
|
|
41
41
|
<ul>
|
42
42
|
|
43
|
-
<li><label><input type="checkbox" name="checkbox01">C</label></li>
|
43
|
+
<li><label><input type="checkbox" name="checkbox01">C3</label></li>
|
44
44
|
|
45
45
|
<li><label><input type="checkbox" name="checkbox07">A1</label></li>
|
46
46
|
|