table中的td表示table data(表格数据),tr表示table row(表格行),th表示table head(表格头)

<table>中的

<td>表示table data(表格数据)

<tr>表示table row(表格行)

<th>表示table head(表格头)