'tfoot' defines table footer : tfoot : Table Tags HTML CSS TUTORIALS


HTML CSS TUTORIALS » Table Tags » tfoot »

 

'tfoot' defines table footer



    
<html>
<head>
<title>tfoot element examples</title>
</head>
<body>
    <table width="500" border="8" cellspacing="5" cellpadding="5" align="center">
        <tbody>
            <tr>
                <td>tbody rows group.</td>
                <td>tbody rows group.</td>
                <td>tbody rows group.</td>
            </tr>
            <tr>
                <td>tbody rows group.</td>
                <td>tbody rows group.</td>
                <td>tbody rows group.</td>
            </tr>
        </tbody>
        <tfoot style="color:red" align="right">
            <td>tfoot rows group.</td>
            <td>tfoot rows group.</td>
            <td>tfoot rows group.</td>
        </tfoot>
    </table>
</body>
</html>
    
      
      



HTML code for linking to this page:

Follow Navioo On Twitter

HTML CSS TUTORIALS

 Navioo Table Tags
» tfoot