-
-
-
How to place a background for a single table cell?
You can put a background for a single table cell in two ways namely:
Either by using HTML
Using CSS
HTML Approach:
In this one can make use of the td tag as follows:
<td background="exforsys.gif">
text
</td>
But the above approach is not fully compatible or does not follow the HTML... -
-
-
-
Html Interview Questions
Ans