gpt4 book ai didi

css - 在表格类中设置 CSS 图像背景时出现问题

转载 作者:太空宇宙 更新时间:2023-11-04 05:18:58 24 4
gpt4 key购买 nike

我正在尝试使用 CSS 制作单个表格背景,但无法形成表格。这是我的代码示例:

<html>
<head>
<style type="text/css">
body {background-image:url('http://www.example.com/images/image1.jpg');}

table.background { background: url('http://www.example.com/images/image2.gif') no-repeat; }

</style>
</head>

<body>
<table class="background" style="width:400px;height:500px;> <tr><td>
<h1>Hello World!</h1></td></tr></table>
</body>

</html>

为什么我在输出中看不到 Hello World 语句?

最佳答案

您在这里缺少结束语:

<table class="background" style="width:400px;height:500px;>
^

关于css - 在表格类中设置 CSS 图像背景时出现问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7115169/

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