html第五课table

<html>
<head><title>table</title></head>
<body>

<table border=5 cellspacing=2 bordercolor=red width=500px height=100px align="center" bgcolor="yellow" >
<tr align="center"><td>1</td><td>2</td><td>3</td></tr>
<tr align="center"><td>1</td><td>2</td><td>3</td></tr>
<tr align="center"><td>1</td><td>2</td><td>3</td></tr>
</table>

</body>
</html>

猜你喜欢

转载自blog.csdn.net/cj1064789374/article/details/86319063