Deprecated cellpadding cellspacing and border attributes

This is how to setup a table where the cells have no padding or spacing or margin using the depreciated attributes:

Code
<table border="0" cellpadding="0" cellspacing="0">