<table> <tr> <th>数学</th> <th>语文</th> </tr> <tr> <td>90</td> <td>98</td> </tr> <tr> <td>95</td> <td>94</td> </tr></table>
数据分析师2017-09-30 22:58:17
Is there any difference between <td> and <th> in our css table - PHP Chinese website Q&A - Is there any difference between <td> and <th> in our css table - PHP Chinese website Q&A
Come around and watch and learn.
迷茫2016-12-19 17:18:12
<td>指表格中的单元格 而<th>我们通常称为表头,一般用于标题,会让<th></th>标签内的文字着重显示!
单元格中的内容会以浏览器默认样式显示(不添加css样式)