Advertisement
Guest User

HTML template

a guest
Nov 28th, 2014
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.39 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.     <head>
  4.         <title>Example</title>
  5.     </head>
  6.    
  7.     <body>
  8.         <h1>I'm Giant!</h1>
  9.         <h2>I'm big!</h2>
  10.         <h3>I'm medium.</h3>
  11.         <h4>I'm small.</h4>
  12.         <h5>I'm teeny.</h5>
  13.         <h6>I'm miniscule. D:</h6>
  14.         <p>I'm just some words! :D</p> <!--Hello, user.-->
  15.         <!--<p>Uncomment me!</p>-->
  16.     </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement