I read somewhere that webpages should appear (mostly) intact even with Javascript disabled. In my page, I utilize Javascript to dynamically add a table to my page upon load. I was wondering whether there was any way to display a blank table aside from obnoxious
<tr><td> </td><td> </td><td> </td><td> </td><td> </td></tr>
placeholder chains such as the above or otherwise hard-coding the default table values into the HTML.