回答編集履歴
1
調整
test
CHANGED
@@ -26,17 +26,17 @@
|
|
26
26
|
|
27
27
|
hoge:<input type="text" name="hoge" value="123"><br>
|
28
28
|
|
29
|
-
fuga:<input type="radio" name="fuga" value="1">
|
29
|
+
fuga:<input type="radio" name="fuga" value="1">:1
|
30
30
|
|
31
|
-
<input type="radio" name="fuga" value="2">
|
31
|
+
<input type="radio" name="fuga" value="2">:2
|
32
32
|
|
33
|
-
<input type="radio" name="fuga" value="3" checked><br>
|
33
|
+
<input type="radio" name="fuga" value="3" checked>:3<br>
|
34
34
|
|
35
|
-
piyo:<input type="checkbox" name="poyo" value="1" checked>
|
35
|
+
piyo:<input type="checkbox" name="poyo" value="1" checked>:1
|
36
36
|
|
37
|
-
<input type="checkbox" name="poyo" value="2">
|
37
|
+
<input type="checkbox" name="poyo" value="2">:2
|
38
38
|
|
39
|
-
<input type="checkbox" name="poyo" value="3" checked><br>
|
39
|
+
<input type="checkbox" name="poyo" value="3" checked>:3<br>
|
40
40
|
|
41
41
|
hogera:<select name="hogera">
|
42
42
|
|