search

Home  >  Q&A  >  body text

我们的css表格中的<td>和<th>有什么区别吗

<table>    <tr>        <th>数学</th>        <th>语文</th>    </tr>    <tr>        <td>90</td>        <td>98</td>    </tr>    <tr>        <td>95</td>        <td>94</td>    </tr></table>
蚂蚁的力量蚂蚁的力量2902 days ago1621

reply all(3)I'll reply

  • 数据分析师

    数据分析师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.

    reply
    0
  • 迷茫

    迷茫2016-12-19 17:18:12

    <td>指表格中的单元格  而<th>我们通常称为表头,一般用于标题,会让<th></th>标签内的文字着重显示!

    单元格中的内容会以浏览器默认样式显示(不添加css样式)


    reply
    1
  • 阿神

    阿神2016-12-19 17:12:24

    <td>表示内容单元格 <th>则表示标题,一般用在一列的第一格,里面的内容会自动加粗加黑他们

    reply
    0
  • Cancelreply