Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 
  • Table heading.

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 190
    Comment on it

    How to create heading in a table.

    It is very easy to create heading in a table.We can do it by adding <th> tag for the content of row to be shown as heading.

    <table style="width:100%">
      <tr>
        <th>Firstname</th>
        <th>Lastname</th>        
        <th>Points</th>
      </tr>
      <tr>
        <td>Jill</td>
        <td>Smith</td>        
        <td>50</td>
      </tr>
      <tr>
        <td>Eve</td>
        <td>Jackson</td>        
        <td>94</td>
      </tr>
    

 0 Comment(s)

Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: