Advertisement
Adji01

Untitled

Aug 17th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.37 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Inline css untuk bg image(Adji Nurdiman-XI RPL 2)</title>
  5. </head>
  6. <body style="background-image: url(bgg.gif);background-size: cover;">
  7.     <h1>Hello World</h1>
  8.     <p align="center" style="color: green;font-family: impact;font-size: 24px;background-color: yellow;">
  9.         Hello World, ini adalah contoh penggunaan inline!
  10.     </p>
  11. </body>
  12. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement