Multiple choice technology web technology

Which of these tags are all tags?

  1. <table><tr><td>

  2. <table><tr><tt>

  3. <table><head><tfoot>

  4. <thead><body><tr>

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

The core HTML table structure uses for the table container, for table rows, and for table data cells. Options B and C use incorrect tags like `<tt>` or `/`. Option D incorrectly mixes with `` instead of row/cell tags.