xxxxxxxxxx
<html>
<head>
<style>
th,
td {
border: 1px solid gray;
padding: 7px;
}
table {
width: 300px;
border-collapse: collapse;
}
tbody th {
background: lightgray;
}
</style>
</head>
<body>
<h1>Using Multiple tbody elements example</h1>
<table>
<caption>
Car Prices
</caption>
<thead>
<tr>
<th>Model</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>
<th colspan="2">BMW</th>
</tr>
<tr>