I'd like to add two tables in my web application:
<span><table><tr><td>A</td><td>B</td></tr></table></span>
<span><table><tr><td>C</td><td>B</td></tr></table></span>
I'd like that these two tables are positioning at the same row ie. horizontally,
How can I do this?