Guest User

Untitled

a guest
Sep 23rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1. <table>
  2. <tr>
  3. <td>This is a normal row</td>
  4. <td>It has three cells</td>
  5. <td>Here’s the third.</td>
  6. </tr>
  7. <tr>
  8. <td colspan="3">This row only has one cell (with a colspan).</td>
  9. </tr>
  10. </table>
  11. <table>
  12.  
  13. <tr>
  14. <td>This is a normal row</td>
  15. <td>It has three cells</td>
  16. <td>Here’s the third.</td>
  17. </tr>
  18. <tr>
  19. <td>If i didn’t include the colspan, it breaks the layout. Like this</td>
  20. </tr>
  21. </table>
Add Comment
Please, Sign In to add comment