回答編集履歴

1

調整

2022/10/14 03:42

投稿

yambejp
yambejp

スコア114843

test CHANGED
@@ -29,13 +29,13 @@
29
29
  <th>日程</th>
30
30
  <td>
31
31
  <label>
32
- <input type="radio" name="schedule" value="3月" id="r"/>3月
32
+ <input type="radio" name="schedule" value="3月">3月
33
33
  </label>
34
34
  <label>
35
- <input type="radio" name="schedule" value="8月" id="r"/>8月
35
+ <input type="radio" name="schedule" value="8月">8月
36
36
  </label>
37
37
  <label>
38
- <input type="radio" name="schedule" value="12月" id="r"/>12月
38
+ <input type="radio" name="schedule" value="12月">12月
39
39
  </label>
40
40
  </td>
41
41
  <td id="disp2"></td>
@@ -43,12 +43,15 @@
43
43
  <tr>
44
44
  <th>宿泊施設</th>
45
45
  <td>
46
+ <label>
46
- <input type="checkbox" name="place" value="A-HOTEL" id="c1"/>
47
+ <input type="checkbox" name="place" value="A-HOTEL">A-HOTEL
47
- <label for="c1" class="l1">A-HOTEL</label>
48
+ </label>
49
+ <label>
48
- <input type="checkbox" name="place" value="B-HOTEL" id="c2"/>
50
+ <input type="checkbox" name="place" value="B-HOTEL">B-HOTEL
49
- <label for="c2" class="l1">B-HOTEL</label>
51
+ </label>
52
+ <label>
50
- <input type="checkbox" name="place" value="C-RESORT" id="c3"/>
53
+ <input type="checkbox" name="place" value="C-RESORT">C-RESORT
51
- <label for="c3" class="l1">C-RESORT</label>
54
+ </label>
52
55
  </td>
53
56
  <td id="disp3"></td>
54
57
  </tr>
@@ -61,7 +64,7 @@
61
64
  </tr>
62
65
  <tr>
63
66
  <td colspan="3" id="tail">
64
- <input type="submit" name="sendbutton" value="送信" id="button" />
67
+ <input type="submit" value="送信">
65
68
  </td>
66
69
  </tr>
67
70
  </table>