Advertisement
alpha3001

Untitled

Aug 18th, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.42 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Fajar Sidiq XIRPL2 Heading Color</title>
  4.         <style type="text/css">
  5.             body,p{
  6.                 color: fuchsia;
  7.             }
  8.             h1{
  9.                 color: coral;
  10.             }
  11.             p.ex{
  12.                 color: rgb(0,0,225);
  13.             }
  14.         </style>
  15.     </head>
  16. <body>
  17.     <h1>Ini adalah heading 1</h1>
  18.     <p> Ini adalah paragraph ditulis dengan warna fuchisa.</p>
  19.     <p class="ex"> Ini adalah paragraph dengan class="ex" ditulis dengan warna biru</p>
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement