Loading Please Wait...

Logo Lynxsia IT Solutions

CSS Border Collapse

CSS Border Collapse

CSS border-collapse property defines that cells of the table element have shared or separate border.

					 
        
          border-collapse: collapse;
          border-collapse: separate;
        
      
Border Collapse Values

separate: each cell border is separated from others with some space defined by border-spacing property.

collapse: each cell border shared border with others. In this case border-style property looks like groove for inset and ridge for outset border.

Global: inherit, initial, revert, revert-layer, unset,

					 
        
          /* Keyword values */
          border-collapse: collapse;
          border-collapse: separate;

          /* Global values */
          border-collapse: inherit;
          border-collapse: initial;
          border-collapse: revert;
          border-collapse: revert-layer;
          border-collapse: unset;
        
      

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