How to include table in blog post?How to add boxes for text in blog post?ABCDHere's the example of the code used to create a table with 2 rows and 2 columns.<table align="center" border="1" cellpadding="5" cellspacing="1" width="400"><tbody><tr><td>A</td><td>B</td></tr><tr><td>C</td><td>D</td></tr></tbody></table>As you can see, <tr>...