Computer Science, asked by geetaagarwal85, 5 months ago

caption element must appear immediately after opening the table tag true or false​

Answers

Answered by hasinin19pgi6010022
8

Answer:

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.

Answered by anindyaadhikari13
4

Answer:-

<caption> element must appear immediately after opening the <table> tag - True.

Similar questions