<html>
<head>
<style>
table {
border-collapse: collapse;
border: 1px solid black;
}
</style>
</head>
<body>
<h2>Single Border Around The Table:</h2>
<table>
<tr>
<th>Firstname</th>
<th>Lastname</th>
</tr>
<tr>
<td>Peter</td>
<td>Griffin</td>
</tr>
<tr>
<td>Lois</td>
<td>Griffin</td>
</tr>
</table>
</body>
<!-- Mirrored from www.w3schools.com/css/tryit.asp?filename=trycss_table_border2 by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 05 Jun 2019 13:03:37 GMT -->
</html>