Computer Science, asked by Anonymous, 1 month ago

How to use the caption tag in html coding?

Answers

Answered by vibhuupadhyay3dec200
0

Explanation:

The <caption> tag must be inserted immediately after the <table> tag. Tip: By default, a table caption will be center-aligned above a table. However, the CSS properties text-align and caption-side can be used to align and place the caption.

Answered by Anonymous
1

The <caption> tag defines a table caption. The <caption> tag must be inserted immediately after the <table> tag.

Tip: By default, a table caption will be center-aligned above a table.

However, the CSS properties text-align and caption-side can be used to align and place the caption.

Similar questions