InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is only for table elements?(a) initial(b) collapse(c) hidden(d) inherit |
|
Answer» Correct answer is (b) collapse Easy explanation: Collapse is only for table elements. Collapse removes row or column. But it does not affect table layout. The space taken up by row or column will be available for other content. If the collapse is used with other elements, it renders as “hidden”. |
|