Important Notice:

Course Content
Float Property
0/1
Z-Index
0/1
CSS object-fit Property
0/1
CSS Visibility Property
0/1
CSS (Chapter 4) M2-R5.1
About Lesson

empty-cells

                Empty-cells Property के द्वारा Empty Cells को Hide या Show करने के लिए use किया जाता हैं इस property की 2 values होती है।

  1. hide
  2. show

 Example:-    

table

{   

empty-cells:hide;

}

table-layout

                Border के Layout को Data के हिसाब से control करने के लिए table-layout Property का use किया जाता हैं इस की दो Value होती हैं

  1. fixed
  2. auto

 Example:-

 table

{  

table-layout:auto;  

width:20%;

}

 

empty-cells

                Empty-cells property is used to hide or show empty cells. This property has 2 values.

  1. hide
  2. show

 Example:-    

table

{   

empty-cells:hide;

}

table-layout

                Table-layout property is used to control the layout of the border according to the data. It has two values.

  1. fixed
  2. auto

 Example:-

 table

{  

table-layout:auto;  

width:20%;

}

error: Content is protected !!