Multiple choice technology web technology

Which of these tags are all tags?

  1. <table><tr><td>

  2. <table><head><tfoot>

  3. <table><tr><tt>

  4. <thead><body><tr>

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

The core table tags in HTML are for the table, for table rows, and for table data cells. and exist but is for page metadata. is a deprecated text tag. Option A lists the fundamental table structure tags.