0

how do i put a table caption?

17th Mar 2017, 6:58 PM
kunyenda
kunyenda - avatar
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.
17th Mar 2017, 7:08 PM
Elena Puzic
Elena Puzic - avatar
+ 3
<caption>...</caption>
2nd May 2017, 7:05 AM
David Ajaba
David Ajaba - avatar
+ 2
<table> <caption>.......</caption> </table>
25th Mar 2017, 7:38 AM
Ashok Deshiyan
Ashok Deshiyan - avatar
+ 1
Put <caption> Caption comes here </caption> after opening table tag
17th Mar 2017, 7:10 PM
Saidmamad Gulomshoev
Saidmamad Gulomshoev - avatar