为了账号安全,请及时绑定邮箱和手机立即绑定

caption中的“前端三剑客”怎么居中?

<!DOCTYPE html>

<html>


<head>

    <meta charset="UTF-8">

    <title>学习表格标签</title>


</head>


<body>

    

    <h3 >前端三剑客</h3>

    <table  border="1" style="text-align:center">

    <captiom>前端三剑客</caption>

    <tr>

        <th>知识点</th>

        <th>重要程度</th>

        <th>难度</th>

        <th>学习周期</th>

    </tr>    

        <tr>

             <td>html</td>

             <td>5星</td>

              <td>3星</td>

              <td>7天</td>

        </tr>

         <tr>

              <td>css</td>

               <td>5星</td>

                <td>4星</td>

                <td>10天</td>

         </tr>

          <tr>

               <td>js</td>

               <td>5星</td>

                <td>5星</td>

                <td>20天</td>

          </tr>

        

    </table>

    

    

    

</body>


</html>


正在回答

2 回答

兄弟,你的caption写成了captiom,caption在table里面是自动居中的。

3 回复 有任何疑惑可以回复我~
#1

弋氿

哈哈哈哈哈哈哈哈
2021-07-20 回复 有任何疑惑可以回复我~

?,非常感谢!我的粗心大意啊!

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

caption中的“前端三剑客”怎么居中?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信