InterviewSolution
Saved Bookmarks
| 1. |
Choose the CSS property which specifies the placement of a table caption.(a) table-caption(b) cell-caption(c) caption-side(d) caption-adjust |
|
Answer» Correct choice is (c) caption-side The best explanation: The caption-side CSS property positions the content of a table’s caption on the specified side. |
|