Loading Please Wait...

Logo Lynxsia IT Solutions

CSS Table Size

CSS Table Size

The CSS width and height properties can be used to define size of the table.

					 
        
          table {
            width: 300px;
            height: 300px;
          }
        
      
Full Width Table

Simply use 100% value for width properties.

					 
        
          table {
            width: 100%;
          }
        
      
Header, Body And Footer
					 
        
          table {
            width: 100%;
          }
          thead{
            height: 70px;
          }
          tbody{
            height: 30px;
          }
          tfoot{
            height: 50px;
          }
        
      

How you feel about this blog:

Share this blog on:

Report Us

If you find any error in the turtorials, or want to share your suggestion/feedback, feel free to send us email at: info@lynxsia.com

Contact Us
Ads
Logo
Lynxsia IT Solutions

We are concern with various development process like website design & development, E-commerce development, Software development, Application development, SMS & Bulk SMS Provider, PWA Development, and many more..

Kotwali Road, Chhiptehri, Banda, 210001, UP, India

Copyright © 2022, Lynxsia IT Solutions, All rights reserved