Advertisement
Antuistiqra

Untitled

Jan 22nd, 2020
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.49 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>Embed CSS macam macam Heading (Yusuf A/ XI RPL 2)</title>
  5. <style type="text/css">
  6. body,p{
  7.  
  8. color: fuchsia;
  9. }
  10. h1{
  11. color: coral;
  12. }
  13. p.ex{
  14. color: rgb(o,o,255);
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <h1>Ini adalah Heading 1</h1>
  20. <p>Ini adalah paragraph, ditulis dengan warna fuchsia.Default text-color didefinisikan pada body selector</p>
  21. <p class="ex">Ini adalah paragraph with class="ex". Dan warna teks biru</p>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement