gpt4 book ai didi

html - colgroup 不适用于 html5

转载 作者:行者123 更新时间:2023-12-05 01:24:16 24 4
gpt4 key购买 nike

我尝试使用 colgroup 为表格的每一列提供宽度,但它不起作用。示例代码在这里

<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>

最佳答案

http://www.w3schools.com/TAgs/tag_colgroup.asp

Most of the attributes [in col group] in HTML 4.01 are not supported in HTML5.

这包括宽度属性。

关于html - colgroup 不适用于 html5,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41975160/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com