css equivalent of table-row [closed]
- by SpashHit
I am trying to shift my style away from using tables to control formatting, but I haven't seen a simple css solution that does exactly the same thing as
<table><tr><td>aribitrary-html-A</td><td>aribitrary-html-A</td></tr><table>
All I want is to make sure aribitrary-html-A and aribitrary-html-B are…