Hello, I'm currently working on a small website all out of basic HTML, and am wondering if there's anyway to get the basic tables to line up horizontally rather than vertically.
Using the code <table><tr><td>Text</td></tr></table> Nothing terribly special. Is there anything I could add, or should do so it goes horizontally instead of vertically?
Each table is individual. So I want it to be :Table::Table::Table:
rather than
:table:
:table:
:table:


