为表格添加边框
通过简单的 CSS 样式为表格添加边框
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网页标题</title>
</head>
<body>
<table border="1" cellspacing="0">
··· ···
</table>
</body>
</html>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>网页标题</title>
</head>
<body>
<table border="1" cellspacing="0">
··· ···
</table>
</body>
</html>