Q. What should be the value of the “width” property of the following table: (<table style="width:'???'">), to make the width of the table fit the current width of the browser window?
β
Correct Answer: (A)
100%
Explanation: 100% refers to the total width of the browser window.