A

Admin • 831.35K Points
Coach

Q. Which of the following are table tags?

  • (A) table, thead, tr, td
  • (B) colspan, table, tr
  • (C) table, tt, tr, td
  • (D) none of the mentioned
  • Correct Answer - Option(A)
  • Views: 20
  • Filed under category HTML
  • Hashtags:

Explanation by: Admin

In HTML, table-related tags include:

  • <table> → Defines a table.
  • <thead> → Defines the header section of a table.
  • <tr> → Defines a table row.
  • <td> → Defines a table cell (data cell).

Why other options are incorrect?

  • (B) colspan, table, trcolspan is an attribute, not a tag.
  • (C) table, tt, tr, td<tt> (teletype text) is not a table tag.
  • (D) none of the mentioned → Incorrect because option (A) contains valid table tags.

Thus, option (A) is the correct answer.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.