回答編集履歴

2

引用符漏れ

2018/06/22 04:24

投稿

x_x
x_x

スコア13749

test CHANGED
@@ -24,9 +24,9 @@
24
24
 
25
25
  <form action="./" method="post">
26
26
 
27
- <input type=radio name="ans" value="1" id="yes" /><label for="yes">はい</label><br />
27
+ <input type="radio" name="ans" value="1" id="yes" /><label for="yes">はい</label><br />
28
28
 
29
- <input type=radio name="ans" value="0" id="no" /><label for="no">いいえ</label><br />
29
+ <input type="radio" name="ans" value="0" id="no" /><label for="no">いいえ</label><br />
30
30
 
31
31
  <textarea cols="50" rows="10" name="detail"></textarea><br />
32
32
 

1

リンク漏れ修正。

2018/06/22 04:24

投稿

x_x
x_x

スコア13749

test CHANGED
@@ -35,3 +35,5 @@
35
35
  </form>
36
36
 
37
37
  ```
38
+
39
+ [https://developer.mozilla.org/ja/docs/Web/CSS/:checked](https://developer.mozilla.org/ja/docs/Web/CSS/:checked)