Advertisement
Guest User

Untitled

a guest
Apr 19th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <style>
  5. div{
  6. margin-left: 150 px;
  7. margin-right: 150 px;
  8. font-size: 40px;
  9. }
  10. </style>
  11. <title>HTML learning</title>
  12. <h1 style="text-align:center; font-size: 50px;"><em>HTML elementar</em></h1>
  13. <hr style="color: lightblue;" >
  14. </head>
  15. <body>
  16. <ul type="square" style="font-size:50px;">
  17. <li><h1 style="color: green; font-size: 50px;">Lectia 1:Marcaje</h1></li>
  18. <div>
  19. Marcaje pentru paragrafe:<br>
  20. &#9829 Block:<br>
  21. <ol type="I">
  22. <li><q><p></q>
  23. </div>
  24. <li><h1 style="color: red; font-size: 50px;">lectia 2</h1></li>
  25. </body>
  26. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement