Hello All,
You can create table in your posts by writing simple HTML tags.
Here is the example, Lets say you want to create 4 rows and two columns. You can use below code.
<table>
<tr><td>Row 1 Column1</td><td>Row 1 Column2</td></tr>
<tr><td>Row 2 Column1</td><td>Row 2 Column2</td></tr>
<tr><td>Row 3 Column1</td><td>Row 3 Column2</td></tr>
<tr><td>Row 4 Column1</td><td>Row 4 Column2</td></tr>
</table>
Output will be:
Row 1 Column1 | Row 1 Column2 |
Row 2 Column1 | Row 2 Column2 |
Row 3 Column1 | Row 3 Column2 |
Row 4 Column1 | Row 4 Column2 |
Thanks for the tips. This is very useful. How about making 2 columns?
Hi @juvyjabian
The example i have given is 2 columns.
Greetings! Follow me at https://steemit.com/@bitgeek