質問編集履歴
1
HTMLを追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -4,6 +4,13 @@
|
|
4
4
|
|
5
5
|
テキストボックスのCSSコードを貼っておきます。
|
6
6
|
|
7
|
+
```HTML
|
8
|
+
<label for="f1">初期値</label>
|
9
|
+
<br>
|
10
|
+
<input name="value_1" type="text" id="f1" class="box_text">
|
11
|
+
```
|
12
|
+
|
13
|
+
|
7
14
|
```CSS
|
8
15
|
.box_text {
|
9
16
|
padding:10px;
|