<html>
<head>
<title>HTML th 标签</title>
</head>
<body>
<table border = "1">
<tr>
<th>ID</th>
<th>Product Details</th>
</tr>
<tr>
<td>00L1</td>
<td>i3, 500gb laptop</td>
</tr>
</table>
</body>
</html>