<html>
<head>
<style>
table, th, td {
border: 1px solid black;
}
</style>
</head>
<body>
<table>
<tr>
<th abbr="Make">Toy manufacturer</th>
<th abbr="Model">Vehicle model</th>
</tr>
<tr>
<td>Bruder Toys</td>
<td>Cross Country Vehicle</td>
</tr>
<tr>
<td>Bruder Toys</td>
<td>DHL Lorry</td>
</tr>
</table>
</body>
<!-- Mirrored from www.w3schools.com/tags/tryit.asp?filename=tryhtml_th_abbr by HTTrack Website Copier/3.x [XR&CO'2014], Mon, 27 Jan 2020 03:17:01 GMT -->
</html>