Tables

How To Make A Table, Rows or Columns, On A Website Page – HTML

In WordPress, Copy the codes below to the body of a page by using the HTML Tab (located on the upper right of the text window).

Then, Click on the Visual Tab to enter images and text.  Dotted lines represent the table.  Insert your cursor in the table where you want your text or photos to show, then type or Upload/Insert your media/photos.

 <table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table>

2 column table html

2 column table html

 <table><tbody><tr><td>&nbsp;</td><td>&nbsp;</td></tr><tr><td>&nbsp;</td>&nbsp;<td></td></tr></tbody></table>

2 column 2 rows table

2 column 2 rows table

 <table><tbody><tr colspan=”3″><td></td></tr><tr><td>&nbsp;</td><td>&nbsp;</td><td>&nbsp;</td></tr></tbody></table>

1 row spans 3 columns table

1 row spans 3 columns table

 <table><tbody><tr><td>&nbsp;</td><td rowspan=”2″>&nbsp;</td></tr><tr><td>&nbsp;</td></tr></tbody></table>

1 column spans 2 rows table html

1 column spans 2 rows table html

VN:F [1.9.22_1171]
Rating: 0.0/10 (0 votes cast)
VN:F [1.9.22_1171]
Rating: 0 (from 0 votes)