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> </td><td> </td></tr></tbody></table> |
 |
<table><tbody><tr><td> </td><td> </td></tr><tr><td> </td> <td></td></tr></tbody></table> |
 |
<table><tbody><tr colspan=”3″><td></td></tr><tr><td> </td><td> </td><td> </td></tr></tbody></table> |
 |
<table><tbody><tr><td> </td><td rowspan=”2″> </td></tr><tr><td> </td></tr></tbody></table> |
 |
|
|