84669 person learning
152542 person learning
20005 person learning
5487 person learning
7821 person learning
359900 person learning
3350 person learning
180660 person learning
48569 person learning
18603 person learning
40936 person learning
1549 person learning
1183 person learning
32909 person learning
<table> <tr> <th>数学</th> <th>语文</th> </tr> <tr> <td>90</td> <td>98</td> </tr> <tr> <td>95</td> <td>94</td> </tr></table>
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.
<td>指表格中的单元格 而<th>我们通常称为表头,一般用于标题,会让<th></th>标签内的文字着重显示!
单元格中的内容会以浏览器默认样式显示(不添加css样式)
<td>表示内容单元格 <th>则表示标题,一般用在一列的第一格,里面的内容会自动加粗加黑他们
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.
<td>指表格中的单元格 而<th>我们通常称为表头,一般用于标题,会让<th></th>标签内的文字着重显示!
单元格中的内容会以浏览器默认样式显示(不添加css样式)
<td>表示内容单元格 <th>则表示标题,一般用在一列的第一格,里面的内容会自动加粗加黑他们