+ 1
Why Caption is not working why ? <caption style="text-align:center;"><big>text</big></caption>
Both are also not working why ? <caption align="center"><big>tickets</big></caption> <caption style="align:center;"><big>Tickets</big></caption>
2 odpowiedzi
0
<big> tag what is this is for..?
Use <b>.. </b> tag.
using it without table? caption tag is for putting table caption.
0
Note-> <big> //it's wrong tag
For bold text use this : <b></b>or <strong></strong>
Example--
<table>
<caption style="text-align:right"><b>saving</b></caption>
</table>