I used a table

…And it wasn’t even really for displaying data… I had a horizontal row of pictures that needed captions right under them, and a table was just working better than messing with a heap of divs and spans, and it even had better browser compatibility…

Does this mean I’m going to HTMHell?