Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.41 KB | None | 0 0
  1.  
  2. <html>
  3. <head>
  4. </head>
  5. <body>
  6. <table border="2" style="width:20%">
  7. <caption>KOLEDAR</caption>
  8. <tr align="center">
  9. <th>januar</th>
  10. <th>februar</th>
  11. <th>marec</th>
  12. <th>april</th>
  13. <th>maj</th>
  14. </tr>
  15. <tr align="center">
  16. <th>31</th>
  17. <th>28</th>
  18. <th>31</th>
  19. <th>30</th>
  20. <th>31</th>
  21. </tr>
  22. <tr align="right">
  23. <th>1</th>
  24. <th>2</th>
  25. <th>3</th>
  26. <th>4</th>
  27. <th>5</th>
  28. </tr>
  29. </table>
  30. <body>
  31. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement