Comment on Ask HN: Why does this site use center and table tags?parentComments−tomjakubowski14y.a, .bunch, .of, .selectors, .youd, .use, .anyhow { text-align: center; }one time, in one place, in the CSS is a lot terser than:<center></center>repeated 20x per page.
Comments
.a, .bunch, .of, .selectors, .youd, .use, .anyhow { text-align: center; }
one time, in one place, in the CSS is a lot terser than:
<center></center>
repeated 20x per page.