bharatmakwana

HTML Table

Jul 4th, 2020
577
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.19 KB | None | 0 0
  1. <table class="table table-striped table-bordered" cellspacing="0" width="100%">
  2. <thead>
  3.     <tr>
  4.         <th></th>
  5.     </tr>
  6. </thead>
  7. <tbody>
  8.     <tr>
  9.         <td></td>
  10.     </tr>                          
  11. </tbody>
  12. </table>
Add Comment
Please, Sign In to add comment