Each table header is defined by a ____ tag

52. Each table header is defined by a ____ tag.

  1. <cell> ... </cell>
  2. <tr> ... </tr>
  3. <th> ... </th>
  4. <td> ... </td>

Answer: C) <th> ... </th>

Explanation:

Each table header is defined by a <th> and a </th> tag.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.