Yes they do!
Code:
\<table> <tr><td></td><td> for </td><td> against </td></tr> <tr><td>onions</td><td> 282 </td><td> 281 </td></tr> <tr><td>garlic</td><td> 281 </td><td> 282 </td></tr> <tr><td>tomatoes</td><td> 300 </td><td> 260 </td></tr> <tr><td></td><td></td><td></td></tr> </table>
i.e. each row is wrapped in a pair of tr tags, each cell is wrapped in a pair of td tags, and the whole thing wrapped in table table tags
Ah, Nice. Though I had hoped markdown tables would have been recognised, not sure I can be bothered with html. But good to know, thanks!
@cgg started
London Fixed Gear and Single-Speed is a community of predominantly fixed gear and single-speed cyclists in and around London, UK.
This site is supported almost exclusively by donations. Please consider donating a small amount regularly.
Yes they do!
Code:
i.e. each row is wrapped in a pair of tr tags, each cell is wrapped in a pair of td tags, and the whole thing wrapped in table table tags