Pages

Ads 468x60px

Monday, October 14, 2013

How to color your table cells.

If you are making an html table you might want to use different colours for individual cells.
 
Cell 1Cell 2
Cell 3Cell 4

So,you may want to paint one of your cells green.Like this.

Cell 1 Cell 2
Cell 3 Cell 4

That's easy to do using html.All you have to do is to insert the bgcolor attribute within the <td> tag,like this:

<td bgcolor='green'>

Read also
how to make a table using html.

No comments:

Post a Comment

 

Sample text

Sample Text