Multiple choice

The tag used to rest other HTML tags, within the description, is

  1. <CAPTION>

  2. <TD>

  3. <TR>

  4. <TH>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The CAPTION tag is used within a TABLE structure to provide a title or description for the table. While TD, TR, and TH are structural elements for table data, rows, and headers, CAPTION specifically serves as a descriptive label for the entire table.