A

Admin • 833K Points
Coach

Q. Which of the following tags are related to a table in HTML?

  • (A) <table> <row> <column>
  • (B) <table> <tr> <td>
  • (C) <table> <head> <body>
  • (D) <table> <header> <footer>
  • Correct Answer - Option(B)
  • Views: 23
  • Filed under category HTML
  • Hashtags:

Explanation by: Admin

Example to create a table in HTML:
<table>
<tr>
<td>....</td>
<td>....</td>
</tr>
<tr>
<td>....</td>
<td>....</td>
</tr>
</table>

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.