質問するログイン新規登録

質問編集履歴

3

文字の修正

2017/09/05 02:03

投稿

r110
r110

スコア16

title CHANGED
File without changes
body CHANGED
@@ -53,7 +53,7 @@
53
53
  <tr>
54
54
  <th scope="row" class="item"><label for="formAdd">ご住所</label></th>
55
55
  <td class="hissu">必須</td>
56
- <td ><input type="text" name="formAdd" id="formAdd" placeholder="千代田区丸の内1-8-3丸の内トラストタワー本館22階" ></td>
56
+ <td ><input type="text" name="formAdd" id="formAdd" placeholder="東京都" ></td>
57
57
  </tr>
58
58
 
59
59
  <tr>

2

質問情報を修正しました

2017/09/05 02:03

投稿

r110
r110

スコア16

title CHANGED
File without changes
body CHANGED
@@ -14,8 +14,7 @@
14
14
 
15
15
  どうぞよろしくお願いいたします。
16
16
 
17
- ```ここに言語を入力
18
- html
17
+ ```html
19
18
  <div class="prof_form">
20
19
  <form id="entryForm" method="post">
21
20
 
@@ -71,8 +70,8 @@
71
70
  </table>
72
71
  </form>
73
72
  </div>
74
-
73
+ ```
75
- javascript
74
+ ```javascript
76
75
  $(function(){
77
76
 
78
77
  function setentryForm(target){

1

初心者アイコンを追加しました

2017/09/05 01:59

投稿

r110
r110

スコア16

title CHANGED
File without changes
body CHANGED
File without changes