Advertisement
Guest User

Untitled

a guest
Jun 25th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. <table>
  2. <thead>
  3. <tr>
  4. <th>Titolo 1</th>
  5. <th rowspan="2">Titolo 2</th>
  6. </tr>
  7. </thead>
  8. <tbody>
  9. <tr>
  10. <td>Foto</td>
  11. <td rowspan="0">altro testo</td>
  12. </tr>
  13. <tr>
  14. <td>Testo Lungo</td>
  15. </tr>
  16. </tbody>
  17. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement