<html>
<head>
<title>HTML 背景图片</title>
</head>
<body>
<!-- 使用图案设置表格背景 -->
<table background = "/uploads/html/pattern1.gif" width = "100%" height = "100">
<tr>
<td>
这个背景充满了图案图像。
</td>
</tr>
</table>
<!-- 使用图案的表格背景的另一个例子 -->
<table background = "/uploads/html/pattern2.gif" width = "100%" height = "100">
<tr>
<td>
这个背景充满了图案图像。