Deprecated cellpadding cellspacing and border attributes
April 2022
This is how to setup a table where the cells have no padding or spacing or margin using the depreciated attributes:
<table border="0" cellpadding="0" cellspacing="0">end of line