Advertisement
Guest User

Heading

a guest
Jul 21st, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.71 KB | None | 0 0
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  2. "http://www.w3.org/TR/html4/strict.dtd">
  3. <html>
  4. <style type="text/css">
  5. h1 {font-size: 28pt; font-family: Arial; font-weight: bold;}
  6. h2 {font-size: 26pt; font-family: Arial; font-weight: bold;}
  7. h3 {font-size: 24pt; font-family: Arial; font-weight: bold;}
  8. h4 {font-size: 22pt; font-family: Arial; font-weight: bold;}
  9. p {font-size: 12pt; font-family: Palatino; font-weight: normal;}
  10. </style>
  11. <head>
  12.   <title>Tag-Tag Heading</title>
  13. </head>
  14. <body>
  15.   <h1>Heading Level 1</h1>
  16.   <h2>Heading Level 2</h2>
  17.   <h3>Heading Level 3</h3>
  18.   <h4>Heading Level 4</h4>
  19.   <h5>Heading Level 5</h5>
  20.   <h6>Heading Level 6</h6>
  21.   <p>Tubuh teks normal.</p>
  22. </body>
  23. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement