htmltablebackground HTML table background The table background attribute supports the placing of an image in the background of a table. The image can titled behind all the table cell. Syntax <table border=1 background=imagename> Example for HTML table background <table border=1 background=/images/newlogo.png><tr > <td>Sno</td ><td>Name</td ></tr><tr > <td>1</td ><td>Johan</td ></tr></table>