In HTML5, how can I specify a fixed width for a table cell? Most of the <col> properties that were available in HTML4 are no longer valid in HTML5.
To be clear, I know I can do <td style="width:150px"> , but this does not allow fixing the column width. Regardless of the contents of the cell, I want the width to be fixed at 150 pixels.
Hosea146
source share