gpt4 book ai didi

html - 如何在 html 中显示 colspan 和 rowspan 表?

转载 作者:行者123 更新时间:2023-11-28 15:22:59 25 4
gpt4 key购买 nike

如何在 html 中使用 rowspan 和 colspan 表格,如图片中表格中的数字 10(白色)?

enter image description here

最佳答案

您可以通过进行以下更改来实现此目的

For row 3 first td -> colspan 2
For row 4 first td -> colspan 3

在 CSS 中,

for row 3 first td -> border-bottom:none;
for row 4 first td -> border-top:none;

在 html 中,

for row 3 first td -> text 10
for row 4 first td -> empty

fiddle 示例 - http://jsfiddle.net/faj3zdge/

关于html - 如何在 html 中显示 colspan 和 rowspan 表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31345585/

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