此代码有效:
<html>
<head>
</head>
<body background ="images.png">
<table>
<tr>
<td>100</td>
</tr>
</table>
</body>
</html>
我可以看到重复的图像。但是没有。我看不到图像。
<html>
<head >
</head>
<body>
<table background ="images.png">
<tr>
<td>100</td>
</tr>
</table>
</body>
</html>
答案 0 :(得分:1)
因为background
不是table
代码的有效属性。尝试使用CSS。