tableborder Table border Attibute Table Border gives the table border around the HTML table. Example for Table Border <!Doctype HTML><html><Head><Title>Your Web site Title</Title></Head><Body ><table border=2><tr > <td>Sno</td ><td>Name</td ></tr><tr > <td>1</td ><td>Johan</td ></tr></table><Body></html>