質問編集履歴

1

html文法ミス修正

2020/04/01 11:27

投稿

soralion
soralion

スコア23

test CHANGED
File without changes
test CHANGED
@@ -4,19 +4,19 @@
4
4
 
5
5
  <ul>
6
6
 
7
- <li><input type="radio" name="fruit" value="林檎"></li>
7
+ <li><input type="radio" name="fruit" value="林檎">林檎</li>
8
8
 
9
- <p><input type="radio" name="abc" value="青リンゴ"></p>
9
+ <p><input type="radio" name="abc" value="青リンゴ">青リンゴ</p>
10
10
 
11
- <p><input type="radio" name="abc" value="王林"></p>
11
+ <p><input type="radio" name="abc" value="王林">王林</p>
12
12
 
13
13
 
14
14
 
15
- <li><input type="radio" name="fruit" value="いちご"></li>
15
+ <li><input type="radio" name="fruit" value="いちご">いちご</li>
16
16
 
17
- <p><input type="radio" name="xyz" value="おとめ"></p>
17
+ <p><input type="radio" name="xyz" value="おとめ">おとめ</p>
18
18
 
19
- <p><input type="radio" name="xyz" value="あまおう"></p>
19
+ <p><input type="radio" name="xyz" value="あまおう">あまおう</p>
20
20
 
21
21
  </ul>
22
22