Table Header Example
Preview
Code
<table border="1"> <tr> <th>Product</th> <th>Price</th> </tr> <tr> <td>Laptop</td> <td>$800</td> </tr> </table>
<table border="1"> <tr> <th>Product</th> <th>Price</th> </tr> <tr> <td>Laptop</td> <td>$800</td> </tr> </table>