質問編集履歴

3

コードの編集

2020/09/23 05:35

投稿

yuto1247
yuto1247

スコア0

test CHANGED
File without changes
test CHANGED
@@ -8,41 +8,51 @@
8
8
 
9
9
  ### 該当のソースコード
10
10
 
11
- ```HTML
11
+ ```HTML
12
12
 
13
13
  <form id="contact-form" action="mail.php" method="post">
14
14
 
15
- <div class="form-group wow fadeInUp">
15
+ <div class="form-group wow fadeInUp">
16
16
 
17
- <label class="sr-only" for="name">Name</label>
17
+ <label class="sr-only" for="name">Name</label>
18
18
 
19
- <input type="text" id="name" class="form-control" name="name"
19
+ <input type="text" id="name" class="form-control" name="name"
20
20
 
21
- placeholder="name" required>
21
+ placeholder="name" required>
22
22
 
23
- </div>
23
+ </div>
24
24
 
25
- <div class="form-group wow fadeInUp">
25
+ <div class="form-group wow fadeInUp">
26
26
 
27
- <label class="sr-only" for="email">Email address</label>
27
+ <label class="sr-only" for="email">Email address</label>
28
28
 
29
- <input type="email" id="email" class="form-control" name="mail" placeholder="e-mail" required>
29
+ <input type="email" id="email" class="form-control" name="mail"
30
30
 
31
- </div>
31
+ placeholder="e-mail" required>
32
32
 
33
- <div class="form-group wow fadeInUp">
33
+ </div>
34
34
 
35
- <textarea class="form-control" id="c_message" name="content" rows="7" placeholder="your message" required></textarea>
35
+ <div class="form-group wow fadeInUp">
36
36
 
37
- </div>
37
+ <textarea class="form-control" id="c_message" name="content"
38
38
 
39
- <button type="submit" class="btn btn-block btn-custom-2">Send Message</button>
39
+ rows="7" placeholder="your message" required></textarea>
40
40
 
41
+ </div>
42
+
43
+ <button type="submit" class="btn btn-block btn-custom-2">Send
44
+
45
+ Message</button>
46
+
41
- </form>```
47
+ </form>```
42
48
 
43
49
 
44
50
 
51
+ ```
45
52
 
53
+
54
+
55
+ ```php
46
56
 
47
57
  <?php
48
58
 
@@ -112,13 +122,17 @@
112
122
 
113
123
  <?php endif ; ?>
114
124
 
115
- <a href="https://yuto1247.github.io/portfolio0/">戻る</a>
125
+ <a href="https://yuto1247.github.io/portfolio0/">戻る</a>```
116
126
 
117
127
 
118
128
 
119
129
  ```
120
130
 
121
- ```
131
+
132
+
133
+
134
+
135
+
122
136
 
123
137
 
124
138
 

2

コード

2020/09/23 05:35

投稿

yuto1247
yuto1247

スコア0

test CHANGED
File without changes
test CHANGED
@@ -8,7 +8,7 @@
8
8
 
9
9
  ### 該当のソースコード
10
10
 
11
- ```HTML
11
+ ```HTML
12
12
 
13
13
  <form id="contact-form" action="mail.php" method="post">
14
14
 
@@ -43,8 +43,6 @@
43
43
 
44
44
 
45
45
 
46
-
47
- ```PHP
48
46
 
49
47
  <?php
50
48
 
@@ -114,7 +112,19 @@
114
112
 
115
113
  <?php endif ; ?>
116
114
 
117
- <a href="https://yuto1247.github.io/portfolio0/">戻る</a>```
115
+ <a href="https://yuto1247.github.io/portfolio0/">戻る</a>
116
+
117
+
118
+
119
+ ```
120
+
121
+ ```
122
+
123
+
124
+
125
+
126
+
127
+
118
128
 
119
129
 
120
130
 

1

コードの編集

2020/09/23 05:23

投稿

yuto1247
yuto1247

スコア0

test CHANGED
File without changes
test CHANGED
@@ -7,8 +7,6 @@
7
7
 
8
8
 
9
9
  ### 該当のソースコード
10
-
11
-
12
10
 
13
11
  ```HTML
14
12
 
@@ -40,11 +38,13 @@
40
38
 
41
39
  <button type="submit" class="btn btn-block btn-custom-2">Send Message</button>
42
40
 
43
- </form>
41
+ </form>```
44
42
 
45
43
 
46
44
 
47
45
 
46
+
47
+ ```PHP
48
48
 
49
49
  <?php
50
50