MCQ IN COMPUTER SCIENCE & ENGINEERING

COMPUTER SCIENCE AND ENGINEERING

WEB TECHNOLOGY

Question [CLICK ON ANY CHOICE TO KNOW THE RIGHT ANSWER]
Which of these elements are all <table> elements?
A
<table><tr><tt>
B
<table><td><body>
C
<table><tr><td>
D
<table><title><thead>
Explanation: 

Detailed explanation-1: -1 Answer. <table>, <tr>, <td> are all table tags.

Detailed explanation-2: -An HTML table consists of one <table> element and one or more <tr>, <th>, and <td> elements. The <tr> element defines a table row, the <th> element defines a table header, and the <td> element defines a table cell.

Detailed explanation-3: -Correct Option: C. Table has different tags such as table, thead, tr, td, etc whereas colospan is an attribute of table.

Detailed explanation-4: -<table>: The Table element. The <table> HTML element represents tabular data-that is, information presented in a two-dimensional table comprised of rows and columns of cells containing data.

There is 1 question to complete.