<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>JS Bin</title>
</head>
<body >
<table border="1" width="70%" align="center" >
<caption>Average weight of big cat species</caption>
<tr>
<th>Species</th>
<td>cheetah</td>
<td>lynx</td>
<td>jaguar</td>
<td>lion</td>
</tr>
<tr>
<th>Weight (kg)</th>
<td>40-70</td>
<td>30-38</td>
<td>50-150</td>
<td>150-200</td>
</tr>
</table>
</body>
</html>
body {
background-image: url("https://codeberry-company-website-images.s3.eu-central-1.amazonaws.com/Content+images/leopard-1984125_640.png");
color: #FF8C00
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.