刚毅87
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Document</title>
<style type="text/css">
table{
border: 1px solid salmon;
}
</style>
</head>
<body>
<table border="" cellspacing="0" cellpadding="">
<tr><th>Header</th></tr>
<tr><td>Data</td></tr>
</table>
</body>
</html>