質問編集履歴
1
対象ブラウザとHTMLを追記しました。
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,11 +1,52 @@
|
|
1
1
|
はてなブログの表なんですが、中央に寄せたいのに寄りません。
|
2
2
|
URL:[https://www.menbouyuzu.net/entry/Vipera](https://www.menbouyuzu.net/entry/Vipera)
|
3
|
+
対象ブラウザは、クロームでバージョン77です。
|
3
4
|
|
4
5
|
```HTML
|
6
|
+
<p>まず、ザ・ヴァイパー、グループとしてのプロフィールを見てみましょう。</p>
|
5
7
|
<center>
|
6
|
-
|
8
|
+
<table>
|
9
|
+
<thead>
|
7
|
-
|
10
|
+
<tr>
|
8
|
-
|
11
|
+
<th colspan="2">Vipera(ヴァイパー)</th>
|
12
|
+
</tr>
|
13
|
+
</thead>
|
14
|
+
<tbody>
|
15
|
+
<tr>
|
16
|
+
<th rowspan="4">メンバー</th>
|
17
|
+
<td>YUYA</td>
|
18
|
+
</tr>
|
19
|
+
<tr>
|
20
|
+
<td>JIN</td>
|
21
|
+
</tr>
|
22
|
+
<tr>
|
23
|
+
<td>HARUTSUKI</td>
|
24
|
+
</tr>
|
25
|
+
<tr>
|
26
|
+
<td>ICHIRU</td>
|
27
|
+
</tr>
|
28
|
+
<tr>
|
29
|
+
<th>スペシャルメンバー</th>
|
30
|
+
<td>MIRAI</td>
|
31
|
+
</tr>
|
32
|
+
<tr>
|
33
|
+
<th>メジャーデビュー</th>
|
34
|
+
<td>2017年</td>
|
35
|
+
</tr>
|
36
|
+
<tr>
|
37
|
+
<th>所属</th>
|
38
|
+
<td>日本クラウン</td>
|
39
|
+
</tr>
|
40
|
+
<tr>
|
41
|
+
<th>賞</th>
|
42
|
+
<td>平成29年度クラウンヒット賞「新人賞」</td>
|
43
|
+
</tr>
|
44
|
+
<tr>
|
45
|
+
<th>備考</th>
|
46
|
+
<td>男装をした女性である</td>
|
47
|
+
</tr>
|
48
|
+
</tbody>
|
49
|
+
</table>
|
9
50
|
</center>
|
10
51
|
|
11
52
|
```
|