Advertisement
Guest User

Untitled

a guest
Mar 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>SBanken</title>
  6. </head>
  7. <body>
  8. <p>Brukskonto</p>
  9. <h2>Saldo: 1 234,50 NOK</h2>
  10. <select name="dropdown">
  11. <option value="#">Kategori</option>
  12. <option value="#">Kategori</option>
  13. <option value="#">Kategori</option>
  14. <option value="#">Kategori</option>
  15. </select>
  16. <table style="width:30%">
  17. <tr>
  18. <th>Dato</th>
  19. <th>Beskrivelse</th>
  20. <th>Inn</th>
  21. <th>Ut</th>
  22. </tr>
  23. <tr>
  24. <td>23.05.17</td>
  25. <td>Rema 1000</td>
  26. <td></td>
  27. <td>$-149,50</td>
  28. </tr>
  29. </table>
  30.  
  31.  
  32.  
  33. </body>
  34. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement