table border 和css border的区别

<table width="98px" height="50px" style=" border:solid 1px blue;"  >
        <tr>
            <td colspan="2">1</td>
            
        </tr>
        <tr>
            <td>1</td>
            <td style="font-weight: 700">2</td>
        </tr>
    </table>
    <p style=" border:outset 3px gray;" >cool</p>
    <table width="98px" height="50px" border="1px" bordercolor="blue"  >
        <tr>
            <td colspan="2">1</td>
            
        </tr>
        <tr>
            <td>1</td>
            <td style="font-weight: 700">2</td>
        </tr>
    </table>


border 属性规定规定围绕表格的边框的宽度。

border 属性会为每个单元格应用边框,并用边框围绕表格。如果 border 属性的值发生改变,那么只有表格周围边框的尺寸会发生变化。表格内部的边框则是 1 像素宽。

提示:设置 border="0",可以显示没有边框的表格。

从实用角度出发,最好不要规定边框,而是使用 CSS 来添加边框样式和颜色


table border 和css border的区别,古老的榕树,5-wow.com

郑重声明:本站内容如果来自互联网及其他传播媒体,其版权均属原媒体及文章作者所有。转载目的在于传递更多信息及用于网络分享,并不代表本站赞同其观点和对其真实性负责,也不构成任何其他建议。