<!DOCTYPE html> <html> <body> <table> <tr> <td>A B</td> <td>C</td> </tr> <tr> <td width="100" colspan="3">D</td> </tr> </table> </body> </html>