About Lesson
empty-cells
Empty-cells Property के द्वारा Empty Cells को Hide या Show करने के लिए use किया जाता हैं इस property की 2 values होती है।
- hide
- show
Example:-
table
{
empty-cells:hide;
}
table-layout
Border के Layout को Data के हिसाब से control करने के लिए table-layout Property का use किया जाता हैं इस की दो Value होती हैं
- fixed
- 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.
- hide
- 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.
- fixed
- auto
Example:-
table
{
table-layout:auto;
width:20%;
}