Algaza

INLINE

May 3rd, 2016
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.27 KB | None | 0 0
  1. <html>
  2. <head>
  3.  <title>Menghubungkan HTML dengan CSS dan Mengenal ID dan Class</title>
  4. </head>
  5. <body>
  6.    <b style="color:red">Ini warna merah</b>
  7.    <p style="font-size:20px">Ini huruf sesuai ukuran</p>
  8.    <h1 style="color:blue">Ini huruf warna biru</h1>
  9. </body>
  10. </html>
Advertisement
Add Comment
Please, Sign In to add comment