<!DOCTYPE html> <html> <style> table { border: .1mm solid black; } </style> <body> <table cellspacing="0"> <tr> <td>border: .1mm, collapsed</td> </tr> </table> </body> </html>