html table remove outline border code example
Example 1: remove border table css
table {border: none;}
Example 2: remove border table css
<table cellspacing="0" cellpadding="0">
table {border: none;}
<table cellspacing="0" cellpadding="0">