In HTML tables table header is defined by
Home | Discussion ForumFree Online Test
In HTML tables table header is defined by
<th> tag
<tr> tag
<td> tag
<t head> tag
Answer : A
Free Online Test
View More Related Question
1) In HTML tables table data or cell is defined by
2) Which attribute you’ll use with TD tag to merge two cells horizontally?
3) Which tag allows you to add a row in a table?
4) Is it possible to insert a table within another table?
Yes, but there must be exactly 2 rows and 2 columns in first table.
Yes, table can be inserted into cell of another table.
Yes, but there must be no border in second table.
No, it’s not possible.
View Answer
5) Which of the following tags are related to Table in HTML ?
<table> <row> <column>
<table> <tr> <td>
<table< <head> <body>
<table> <header> <footer>
View Answer