gpt4 book ai didi

html - 如何在表格单元格上添加边框,而不是在 html 上的整个表格?

转载 作者:太空宇宙 更新时间:2023-11-03 22:50:54 28 4
gpt4 key购买 nike

我正在尝试在表格单元格上添加边框,但我不知道如何使用 rowspan 来完成。

我想要一个有 4 个单元格的表格大格子左边1个大格子,大格子右边3个小格子。

这是我使用的代码

jsfiddle[点]net/1fv4dz5g/3/

最佳答案

这可以使用 CSS 来完成。检查这个 css 示例

td {
border: 1px solid black;
}
<table class="tnews-side" border="0">

<tr>
<td rowspan="3">
<table border="1" cellpadding="4" cellspacing ="0">Row 1 Cell 1</table>
</td>
<td>Row 1 Cell 2</td>
</tr>
<tr>
<td>Row 2 Cell 2</td>
</tr>
<tr>
<td>Row 2 Cell 2</td>
</tr>
</table>

关于html - 如何在表格单元格上添加边框,而不是在 html 上的整个表格?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39969274/

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