InterviewSolution
| 1. |
What Is A Fixed-width Table And Its Advantages? |
|
Answer» Fixed width tables are rendered by the browser based on the widths of the columns in the first row, resulting in a faster display in case of large tables. Use the CSS STYLE table-layout:fixed to SPECIFY a fixed width table. Fixed width tables are rendered by the browser based on the widths of the columns in the first row, resulting in a faster display in case of large tables. Use the CSS style table-layout:fixed to specify a fixed width table. |
|