Click Here to view Result after edited
Return to html tutorial by example
<html> <body> <h4> Cell background color: </ h4> <table border="1" /> <tr> <td bgcolor="red" /> first </ td> <td> visit </ td > </ tr> <tr> <td background="../images/html_tutorials/background.gif" /> second </ td> <td> visit </ td> </ tr> </ table> </ body > </ html>