You've completed your table columns and suddenly decide you need column heads? Don't panic it's quite simple. Copy and paste the code below:
<tr>
<td style="border: 1px solid #000000; width: 140px; text-align: center; line-height: 0pt;"></td>
<td style="border: 1px solid #000000; width: 140px; text-align: center; line-height: 0pt;"></td>
<td style="border: 1px solid #000000; width: 140px; text-align: center; line-height: 0pt;"></td>
<td style="border: 1px solid #000000; width: 140px; text-align: center; line-height: 0pt;"></td>
</tr>
And place it above you existing code directly under the <tbody>
Now you need to copy and paste the following code between each of the 0pt;"></td> tags:
<span style="font-family: arial; color: #000000; font-size: 10.5pt; text-transform: capitalize;"><em>wealthy affiliate</em></span>
Preview and you should see this, although again you will probably only see the alt text:
If you're happy with it, save as draft.
Tables baffle a lot of people - I've seen a lot of questions here about them - and without a plugin, going into HTML for some people can be very daunting.You've clearly explained tables in a very easy way to understand.
If I could add one thing, where you have "width: 123px;" - that can be changed to a percentage - so your table becomes a little bit responsive. eg. "width: 40%;" - then the table will adapt as much as possible to the size of screen it's being viewed on.
All the best, Mark