質問編集履歴

1

記入漏れ追加

2021/04/09 05:17

投稿

FATE-T
FATE-T

スコア10

test CHANGED
File without changes
test CHANGED
@@ -28,19 +28,17 @@
28
28
 
29
29
  ```HTML
30
30
 
31
- <P>
31
+ <label>アイコン</label>
32
32
 
33
- <label>アイコン</label>
34
-
35
- <label class="div_icon">
33
+ <label class="div_icon">
36
34
 
37
35
  参照
38
36
 
39
- <input type="file" class="new_user_icon" id="new_user_icon" onchange = "$('#fake_text_box').val($(this).val())" accept="image/*">
37
+ <input type="file" class="new_user_icon" id="new_user_icon" accept="image/*">
40
38
 
41
- </label>
39
+ </label>
42
40
 
43
- </P>
41
+ <img id="new_user_icon_preview" width="150" height="150">
44
42
 
45
43
  ```
46
44