Code
<!DOCTYPE html>
<html>
    <body>
        <table border=1>
            <thead>
                <tr>
                    <th>
                        Wikitechy
                    </th>
                </tr>
            </thead>
            <tbody>
               <tr>
                   <td>HTML</td>
                   <td>CSS</td>
               </tr>
            </tbody>
            <tfoot>
                    <tr>
                        <th>
                            Copyright:wikitechy.com
                        </th>
                    </tr>
            </tfoot>
        </table>
    </body>
</html>

Result