Advertisement
nfmohit

Untitled

Feb 11th, 2018
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. <table>
  2.     <tbody>
  3.         <tr>
  4.             <td>First cell in first table. The cell to the right has the second table in it.</td>
  5.             <td>
  6.  
  7.                 <table>
  8.                     <tbody>
  9.                         <tr><td>nested table</td></tr>
  10.                         <tr><td>nested table</td></tr>
  11.                     </tbody>
  12.                 </table>
  13.  
  14.             </td>
  15.         </tr>
  16.     </tbody>
  17. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement