I recently came across some advice suggesting that a website should still be able to function properly even if the CSS files are not loaded. What approach do you think would work best in this situation?
Would it be more effective to use
<table width=500>
or
my-table {
width: 500px;
min-width: 500px;
}