HTML HTML Basic MCQ Question #4803
Single Choice Not Set

QWhich of the following is the container for the characters tr, th, and td?

ID: #4803 HTML Basic MCQ 188 views
Question Info
#4803Q ID
Not SetDifficulty
HTML Basic MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A
    
    <data>
    
  • B
    
    <table>
    
  • C
    
    <group>
    
    
  • D
    
    All of the above
    
Correct Answer

Explanation


The <table> element is the container for the <tr>, <th>, and <td> elements in HTML. 
The <table> element is used to create a table in an HTML document. 
The <tr> element defines a row in the table, the <th> element defines a table header, 
and the <td> element defines a cell in the table.

In HTML, the "table" element is typically used to present data in a tabular manner. 
Using the table> element plus the tr>, th>, and td> components, 
we can make a table to show the data in tabular form.

Share This Question

Challenge a friend or share with your study group.