Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title> Lista de Craciun </title>
  4. </head>
  5. <body bgcolor="blue" text="red">
  6. <ol type="I">
  7. <li> Dulciuri
  8. <ol type="1">
  9. <li> Kinder
  10. <li> KitKat
  11. <li> Twix
  12. </ol>
  13. <li> Fructe
  14. <ol type="a">
  15. <li> clementine
  16. <li> portocale
  17. <li> banane
  18. </ol>
  19. <li> Imbracaminte
  20. <ol type="A">
  21. <li> blugi
  22. <li> bluzon
  23. <li> tricou
  24. </ol>
  25. <li> Accesorii
  26. <ul type="disc">
  27. <li> laptop
  28. <li> telefon
  29. <li> casti
  30. </ul>
  31. </ol>
  32. </body>
  33. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement