質問編集履歴

1

HTMLを編集しました

2018/09/06 05:48

投稿

pegy
pegy

スコア243

test CHANGED
File without changes
test CHANGED
@@ -24,7 +24,15 @@
24
24
 
25
25
  ```HTML
26
26
 
27
+ <select>
28
+
29
+  <option>1
30
+
31
+  <option>2
32
+
33
+  <option>3
34
+
27
- <select><option>1<option>2<option>3</select>
35
+ </select>
28
36
 
29
37
  ```
30
38