<!DOCTYPE html>
<html>
	<head>
		<title></title>
	</head>
	<body>
		<table style="withd:600px" border="1">
			<caption><b>我的个人传记</b></caption>
			<tr>
				<th>书名</th>
				<th>作者</th>
			</tr>		
			<tr>
				<th>好人好事10000000万篇</th>
				<th>禽兽</th>
			</tr>		
			<tr>
				<th>学雷锋</th>
				<th>禽兽</th>
			</tr>
		</table>
	
	</body>
</html>

执行结果如图

更多推荐

html 简单表格代码