xxxxxxxxxx
<html>
<head>
<style>
table {
border-collapse: collapse;
}
th,
td {
border: 1px solid gray;
padding: 7px;
min-width: 100px;
}
tbody th {
background: lightgray;
}
</style>
</head>
<body>
<h1>Colspan Attribute Example for the th Element</h1>
<p>
The following example uses the colspan attribute to create headers within
the table to span the entire width.
</p>
<table>
<caption>
Car Prices
</caption>
<thead>
<tr>
<th>Model</th>
<th>Price</th>
</tr>
</thead>
<tbody>
<tr>