首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >colgroup没有开发html5

colgroup没有开发html5
EN

Stack Overflow用户
提问于 2017-02-01 08:35:30
回答 1查看 2.3K关注 0票数 3

我尝试使用colgroup为表的每一列提供宽度,但它不使用effect.the示例代码

代码语言:javascript
复制
<table>
    <colgroup width="100%">
       <col style="width: 5%; background-color: red">
       <col style="width: 15%;">
       <col style="width: 25%;">
       <col style="width: 20%;">
       <col style="width: 10%;">
       <col style="width: 15%;">
       <col style="width: 10%;">
    </colgroup>
    <tr>    
        <th> no </th>
        <th>Reference No</th>
        <th>Vendor Name</th>
        <th>Vendor Name</th>
        <th>Vendor Name</th>
        <th>Vendor Name</th>
        <th>Vendor Name</th>    
    </tr>
</table>
EN

回答 1

Stack Overflow用户

发布于 2017-02-01 08:37:49

colgroup.asp

HTML4.01中的col组中的大多数属性在HTML5中不受支持。

这包括宽度属性。

票数 -1
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/41975160

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档