what is the default value of empty Cell property
Answers
Answered by
1
Explanation:
okhz......................
Attachments:
Answered by
3
Answer:
The empty-cells property sets whether or not to display borders on empty cells in a table.
Note: This property has no effect if border-collapse is "collapse".
Default value: show
Inherited: yes
Animatable: no. Read about animatable
Version: CSS2
JavaScript syntax: object.style.emptyCells="hide"
Explanation:
Similar questions