Advertisement
Guest User

Untitled

a guest
Sep 22nd, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.30 KB | None | 0 0
  1. <table class="table table-striped">
  2.     <thead>
  3.       <tr>
  4.         <th>Nimi</th>
  5.         <th>Klass</th>
  6.         <th>Aeg</th>
  7.       </tr>
  8.     </thead>
  9.     <tbody>
  10.       <tr>
  11.         <td>Uus nimi...</td>
  12.         <td>Uus klass...</td>
  13.         <td>Aeg...</td>
  14.       </tr>
  15.     </tbody>
  16.   </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement