0
how do i put a table caption?
4 Answers
+ 18
It depend on where do you want to put this. But usually it can be created with <caption></caption> if I understood you correctly or with <tr></tr> etc. The question contains less information.
+ 3
<caption>...</caption>
+ 2
<table> <caption>.......</caption>
</table>
+ 1
Put <caption> Caption comes here </caption> after opening table tag