❌ Using width inside <td> without defining column widths properly.
✅ Use <colgroup> or CSS for better control.
❌ Forgetting to set border-collapse: collapse; – this prevents double borders.
❌ Using fixed widths (px) for responsive design – instead, use % for flexibility.