'th' Example : th : Table Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Tags » th »

 

'th' Example



    
<html>
<head>
<title>th element example</title>
</head>
<body>
    <table border="1">
        <tr>
            <th colspan="3">Bold and centered text</th>
        </tr>
        <tr>
            <td>first column</td>
            <td>second column</td>
            <td>third column</td>
        </tr>
        <tr>
            <td>&nbsp;</td>
            <td>&nbsp;&nbsp;</td>
            <td>&nbsp;&nbsp;</td>
        </tr>
    </table>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Tags
» th