中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

css設置表格樣式的方法

發布時間:2020-09-24 11:20:25 來源:億速云 閱讀:177 作者:小新 欄目:web開發

這篇文章主要介紹css設置表格樣式的方法,文中介紹的非常詳細,具有一定的參考價值,感興趣的小伙伴們一定要看完!

1、一個簡單的表格
table.html

<!doctype html><html><head>
    <meta charset="utf-8">
    <title>表格樣式</title>
    <link href="box.css" type="text/css" rel="stylesheet"></head><body>
  <center>
  <table class="class">
      <caption>課程表</caption>
        <tr>
            <th>星期\課程</th>
            <th>星期一</th>
            <th>星期二</th>
            <th>星期三</th>
            <th>星期四</th>
            <th>星期五</th>
      </tr>
      <tr>
            <th>1-2節</th>
            <td>數學</td>
            <td>語文</td>
            <td>化學</td>
            <td>英語</td>
             <td>英語</td>
      </tr>

      <tr>
            <th>3-4節</th>
            <td>英語</td>
            <td>物理</td>
            <td>化學</td>
            <td>英語</td>
             <td>體育</td>
      </tr>

      <tr>
            <th>5-6節</th>
            <td>數學</td>
            <td>物理</td>
            <td>體育</td>
            <td>化學</td>
            <td>美術</td>
      </tr>

      <tr>
            <th>7-8節</th>
            <td>數學</td>
            <td>美術</td>
            <td>化學</td>
            <td>英語</td>
            <td>體育</td>
      </tr>
      <tr>
            <th>9-10節</th>
            <td>生物</td>
            <td>美術</td>
            <td>生物</td>
            <td>英語</td>
            <td>物理</td>
      </tr>
    </table>
  </center>
  </body></html>

table.css

table,td,th{
    border:1px solid #aaa;    
    font-size: 23px;
    }

2、邊框合并:boder-collapse
屬性值:
separate;(分開,默認)
collapse;(合并)

table.css

table,td,th{
    border:1px solid #aaa;    
    font-size: 23px;    
    border-collapse:collapse;
    }

3、邊框間距border-spacing(前提是:border-collapse:separate;)

table.css

table,td,th{
    border:1px solid #aaa;    
    font-size: 23px;    
    border-collapse:separate;    
    border-spacing: 45px;
    }

4、設置表格標題的位置caption-side
屬性值:
       top;//默認
       bottom;
       left;
       right;

table.css

table,td,th{
    border:1px solid #aaa;    
    font-size: 23px;    
    border-collapse:separate;    
    border-spacing: 45px;    
    caption-side:bottom;
    }

5、當單元格對象寬度超過單元格所定義的寬度時,可用table-layout:fixed保持表格寬度不被改變
屬性值:auto(默認)
       fixed(寬度固定)
table.css

table,td,th{
    border:1px solid #aaa;
        font-size: 23px;    
        border-collapse:separate;    
        border-spacing: 5px;    
        table-layout: fixed;    
        caption-side:top;
        }

以上是css設置表格樣式的方法的所有內容,感謝各位的閱讀!希望分享的內容對大家有幫助,更多相關知識,歡迎關注億速云行業資訊頻道!

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

长治县| 新竹县| 含山县| 晋州市| 彭州市| 廊坊市| 晋中市| 山阴县| 新营市| 额敏县| 邢台县| 扎赉特旗| 卢湾区| 洞头县| 温州市| 奉化市| 杨浦区| 民乐县| 青神县| 淮北市| 东光县| 龙陵县| 绩溪县| 读书| 磐安县| 镇安县| 平定县| 沁水县| 长岛县| 台中市| 宿松县| 麻江县| 安塞县| 恭城| 故城县| 卫辉市| 阿合奇县| 江山市| 铁岭市| 五大连池市| 伊金霍洛旗|