<caption></caption>
为表格定义标题
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网页标题</title>
</head>
<body>
<table border="1" cellspacing="0">
<caption>京东商城 - 笔记本电脑清单</caption>
··· ····
</table>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网页标题</title>
</head>
<body>
<table border="1" cellspacing="0">
<caption>京东商城 - 笔记本电脑清单</caption>
··· ····
</table>
</body>
</html>