gpt4 book ai didi

HTML 表 : Black background tr on white background

转载 作者:行者123 更新时间:2023-11-28 05:17:53 25 4
gpt4 key购买 nike

我想要一个有 tr 作为黑色背景的表格,里面有一个白色背景的表格。

<table width="560" cellspacing="0" cellpadding="0" border="0" style="background: #FFFFFF;margin: 0 auto !important; padding-left: 20px; padding-right: 20px; width:560px !important; line-height: 100% !important; border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;"  >
<tbody>
<tr>
<td>
<table width="560" cellspacing="0" cellpadding="0" border="0" style="margin: 0 auto !important; width:560px !important; line-height: 100% !important; border-collapse: collapse;mso-table-lspace: 0pt;mso-table-rspace: 0pt;" >
<tbody>
<tr>
<td height="40" valign="top" align="center" style="width: 100%; background: #000000; text-align: left; padding-left: 40px; padding-top: 10px;">
<span style="color: white;">5th Mar, 2016</span>

</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>

</table>

我想要图像中显示的输出。

Here is the image

谢谢。

最佳答案

希望对您有所帮助

HTML 代码

<table width="560">
<tbody>
<tr>
<td>
<span>5th Mar, 2016</span>
</td>
</tr>
</tbody>
</table>

CSS 代码

table {
background-color: #fff;
padding: 5px
}

table, th, td {
color: #fff;
border: 1px solid black;
}

table tr {
background-color: #000;
}

关于HTML 表 : Black background tr on white background,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39220374/

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