回答編集履歴

2

修正

2020/04/06 13:31

投稿

new1ro
new1ro

スコア4528

test CHANGED
@@ -4,13 +4,13 @@
4
4
 
5
5
  ```HTML
6
6
 
7
- <table border="1" border-collapse="collapse">
7
+ <table>
8
8
 
9
9
  <tr>
10
10
 
11
- <th width="30%" height="50px" aline="center">サンプル</th>
11
+ <th style="width: 30%; height: 50px;">サンプル</th>
12
12
 
13
- <td width="70%">例文</td>
13
+ <td style="width: 70%;">例文</td>
14
14
 
15
15
  </tr>
16
16
 

1

修正

2020/04/06 13:31

投稿

new1ro
new1ro

スコア4528

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
  ```