How To Add Table to your Steemit posts

in steemit •  8 years ago 

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 Column1Row 1 Column2
Row 2 Column1Row 2 Column2
Row 3 Column1Row 3 Column2
Row 4 Column1Row 4 Column2
Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

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