Which of these tags are all tags?
-
<thead><body><tr>
-
<table><head><tfoot>
-
<table><tr><td>
-
<table><tr><tt>
C
Correct answer
Explanation
A complete HTML table structure uses as the container, for table rows, and for table data cells. Option A incorrectly uses (not a table tag), option B uses (an HTML document element, not a table element), and option D uses (teletype text, not a table tag).