gpt4 book ai didi

html - 如何使 HTML 表格列尽可能紧密地压缩? (或者,尽可能地成长?)

转载 作者:太空狗 更新时间:2023-10-29 15:58:33 24 4
gpt4 key购买 nike

我有一张这样的表:

<table border=1 style="width: 100%">
<tbody>
<tr>
<td>
squish this one
</td>
<td>
expand this one
</td>
</tr>
</tbody>
</table>

我希望左栏尽可能窄,右栏占据屏幕的其余部分。这可能吗?

最佳答案

<table border=1 style="width: 100%">
<tbody>
<tr>
<td width="1">
squish this one
</td>
<td width="*">
expand this one
</td>
</tr>
</tbody>
</table>

关于html - 如何使 HTML 表格列尽可能紧密地压缩? (或者,尽可能地成长?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/716005/

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