Advertisement
Guest User

table_html

a guest
Feb 27th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. <table class="table table-bordered table-style">
  2. <thead>
  3. <tr>
  4. <th colspan="2" class="text-center"><a href="?ym="><label><span class="glyphicon glyphicon-chevron-left"></span>PREV</label></a></th>
  5. <th colspan="4" class="text-center" id="bulan"> </th>
  6. <th colspan="2" class="text-center"><input type="submit" name="next" id="next" value="NEXT"></th>
  7. </tr>
  8. <tr>
  9. <th class="text-center">WEEK</th>
  10. <th class="text-center">SENIN</th>
  11. <th class="text-center">SELASA</th>
  12. <th class="text-center">RABU</th>
  13. <th class="text-center">KAMIS</th>
  14. <th class="text-center">JUM'AT</th>
  15. <th class="text-center">SABTU</th>
  16. <th class="text-center">MINGGU</th>
  17. </tr>
  18. </thead>
  19. <tbody id="table">
  20.  
  21. </tbody>
  22. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement