SQL PHP HTML JavaScript articles and free code
 

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

Discuss this tutorial at forum

List of HTML Tutorials

 

Subscribe
Submit your email address and receive article and product notifications. Your email is safe with us.

Scripts
PHP
JavaScript
List of HTML Tutorial
HTML Tags
Color Chart
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.