Advertisement
danisfaisal

headingpart1.html

Jul 16th, 2018
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.24 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <title>Heading</title>
  4.     </head>
  5.     <body>
  6.         <h1>Ini Heading H1</h1>
  7.         <h2>Ini Heading H2</h2>
  8.         <h3>Ini Heading H3</h3>
  9.         <h4>Ini Heading H4</h4>
  10.         <h5>Ini Heading H5</h5>
  11.         <h6>Ini Heading H6</h6>
  12.     </body>
  13. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement