FUNDAMENTALS OF COMPUTER

WEB BROWSERS TECHNOLOGY

WHAT IS 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: -The <table> tag is made up of <tr>, <th>, and <td> tags. The <tr> tag defines the table rows. There must be at least one row in the table. The <th> tag defines the header cells in the table which are displayed as bold, center-aligned text.

There is 1 question to complete.