skylight_animation

Table HTML Basic | HTML Attribut colspan rowspan

Apr 21st, 2020
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.21 KB | None | 0 0
  1. <table border="1">
  2.     <tbody>
  3.         <tr>
  4.             <th rowspan="3">1</th>
  5.             <th>2</th>
  6.             <th rowspan="2">3</th>
  7.         </tr>
  8.         <tr>
  9.             <td>5</td>         
  10.         </tr>
  11.         <tr>
  12.             <td colspan="2">8</td>
  13.         </tr>
  14.     </tbody>
  15. </table>
Advertisement
Add Comment
Please, Sign In to add comment