For adding styles in HTML tables we can use properties of?
Home | Discussion ForumFree Online Test
For adding styles in HTML tables we can use properties of?
J-Query
CSS
Java
Php
Answer : B
Free Online Test
View More Related Question
1) 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
2) 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
3) In HTML tables table data or cell is defined by
4) In HTML tables gap between two cells of same tables are known as
5) If you want to merge two or more rows in a table which attribute you can use?