回答編集履歴
2
修正
test
CHANGED
@@ -4,13 +4,13 @@
|
|
4
4
|
|
5
5
|
```HTML
|
6
6
|
|
7
|
-
<table
|
7
|
+
<table>
|
8
8
|
|
9
9
|
<tr>
|
10
10
|
|
11
|
-
<th width
|
11
|
+
<th style="width: 30%; height: 50px;">サンプル</th>
|
12
12
|
|
13
|
-
<td width
|
13
|
+
<td style="width: 70%;">例文</td>
|
14
14
|
|
15
15
|
</tr>
|
16
16
|
|
1
修正
test
CHANGED
@@ -26,6 +26,8 @@
|
|
26
26
|
|
27
27
|
border: 1px solid #000;
|
28
28
|
|
29
|
+
text-align: center;
|
30
|
+
|
29
31
|
}
|
30
32
|
|
31
33
|
```
|