SQL PHP HTML JavaScript articles and free code If you are facing any problem in viewing this page, please tell us
 

Table Heading


            Table heading tags <th> ... </th> are used to designate a cell as a header. These tags should be used with in <tr> ... </tr>. By default, the content of the header row is center aligned and appears in bold face.

          Example:

          <table border=1>
              <tr>
                <th>Cell 1 </th>
                <th>Cell 2 </th>
                </tr>
                <tr>
                <td>Cell 3 </td>
                <td>Cell 4 </td>
                </tr>
          </table>

          Above code defines a table with two rows and four cells as below.

             

Cell 1 Cell 2
Cell 3 Cell 4

         HTML Table  | Table Row  | Table Data  | Table Heading



Sections
PHP
JavaScript
ASP
HTML
SQL
Photoshop
Articles SEO
List of HTML Tutorial
<Table>
HTML Tags
HTML Calendar
Tags on web page
Web Design
Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.