■やりたいこと
テーブル名を表示させる
<caption>~</caption>
html
1 <table class="data_tables">
2 <caption>Test 1</caption>
3 <thead>
4 <tr>
5 <th>Column 1 Heading</th>
6 <th>Column 2 Heading</th>
7 </tr>
8 </thead>
9 <tbody>
10 <tr>
11 <td>Row 1: Col 1</td>
12 <td>Row 1: Col 2</td>
13 </tr>
14 <tr>
15 <td>Row 2: Col 1</td>
16 <td>Row 2: Col 2</td>
17 </tr>
18 </tbody>
19 </table>
これで大丈夫のはずです。
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。