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

    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 0
    • 180
    Comment on it

    How to customize a table to your requirement.

    We can also apply specific characterstics for a table.To define special style for a table we can add id attribute to the table.

    <table id="t01">
      <tr>
        <th>Firstname</th>
        <th>Lastname</th> 
        <th>Points</th>
      </tr>
      <tr>
        <td>Eve</td>
        <td>Jackson</td> 
        <td>94</td>
      </tr>
    </table>
    
    
    table#t01 {
        width: 100%; 
        background-color: #f1f1c1;
    }
    

 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: