Multiple choice technology web technology

Which of these tags are all tags?

  1. <thead><body><tr>

  2. <table><head><tfoot>

  3. <table><tr><td>

  4. <table><tr><tt>

Reveal answer Fill a bubble to check yourself
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).