<!DOCTYPE html> <html> <body> <table border="5"> <tr> <td>Row 1</td> </tr> <tr> <td>Row 2</td> </tr> <tr> <td>Row 3</td> </tr> <tr> <td style="display: inline">Row 4</td> </tr> </table> </body> </html>