Halloween 10 Create a page that uses a table In this exercis
Solution
<h1>The Halloween Store</h1>
<h3>For the little Goblin in all of us!</h3>
<table border=\"0\" width=\"100%\">
<tbody>
<tr>
<td>Home</td>
<td>Product List</td>
<td>Personal</td>
<td>Decorating Ideas</td>
<td>Join email</td>
</tr>
</tbody>
</table>
<p> </p>
<table style=\"height: 350px;\" width=\"582\">
<tbody>
<tr>
<td rowspan=\"2\"><strong>Props </strong></td>
<td style=\"text-align: center;\" colspan=\"3\">
<h2>Product List </h2>
</td>
</tr>
<tr>
<td>
<h4><strong> Category</strong></h4>
</td>
<td>
<h4><strong>Description</strong></h4>
</td>
<td>
<h4><strong>Price</strong></h4>
</td>
</tr>
<tr>
<td rowspan=\"2\"><strong>Costumes </strong></td>
<td><strong> props</strong></td>
<td><span style=\"text-decoration: underline;\">20\'\' Dranged Cat</span></td>
<td>$39.99</td>
</tr>
<tr>
<td><strong> </strong></td>
<td><span style=\"text-decoration: underline;\"> Flying Bats</span></td>
<td>$14.99</td>
</tr>
<tr>
<td rowspan=\"2\"><strong>Special Fx</strong><br /><strong> </strong></td>
<td><strong> </strong></td>
<td><span style=\"text-decoration: underline;\"> 16\'\' Ugly Rat</span></td>
<td>$14.99</td>
</tr>
<tr>
<td><strong> </strong></td>
<td><span style=\"text-decoration: underline;\"> 20\'\' Uglier Rat</span></td>
<td>$19.99</td>
</tr>
<tr>
<td rowspan=\"2\"><strong>Masks </strong></td>
<td><strong> </strong></td>
<td><span style=\"text-decoration: underline;\"> Plastic skeleton</span></td>
<td>$12.50</td>
</tr>
<tr>
<td><strong> Costumes</strong></td>
<td><span style=\"text-decoration: underline;\">Austin Power</span></td>
<td> $79.50</td>
</tr>
<tr>
<td> </td>
<td><strong> </strong></td>
<td><span style=\"text-decoration: underline;\"> Frankstein</span></td>
<td>$49.99</td>
</tr>
<tr>
<td> </td>
<td><strong> </strong></td>
<td><span style=\"text-decoration: underline;\"> Martian</span></td>
<td>$69.99</td>
</tr>
<tr>
<td> </td>
<td><strong> Special Effects</strong></td>
<td><span style=\"text-decoration: underline;\"> Fog Machine</span></td>
<td>$34.99</td>
</tr>
<tr>
<td> </td>
<td><strong> </strong></td>
<td><span style=\"text-decoration: underline;\"> Fog Juice</span></td>
<td>$9.99</td>
</tr>
<tr>
<td> </td>
<td><strong> </strong></td>
<td><span style=\"text-decoration: underline;\"> Mini Strobe Light</span></td>
<td>$14.99</td>
</tr>
<tr>
<td> </td>
<td><strong> Masks</strong></td>
<td><span style=\"text-decoration: underline;\">Freddy </span></td>
<td> $44.50</td>
</tr>
<tr>
<td> </td>
<td> </td>
<td><span style=\"text-decoration: underline;\">Darth Vader</span></td>
<td>$124.50</td>
</tr>
</tbody>
</table>

