我们的css表格中的<td>和<th>有什么区别吗
蚂蚁的力量
蚂蚁的力量 2016-12-19 17:11:05
0
3
1629
<table>    <tr>        <th>数学</th>        <th>语文</th>    </tr>    <tr>        <td>90</td>        <td>98</td>    </tr>    <tr>        <td>95</td>        <td>94</td>    </tr></table>
蚂蚁的力量
蚂蚁的力量

reply all(3)
数据分析师

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>则表示标题,一般用在一列的第一格,里面的内容会自动加粗加黑他们

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template