Advertisement
Guest User

html_p2pu

a guest
May 25th, 2012
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.28 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html> 
  3.     <head>
  4.         <meta charset="UTF-8" />
  5.     </head>
  6.    
  7.     <body>
  8.         <h1>This is an h1 header</h1>
  9.         <p>Headers are awesome. They help you skim a page full of boring text...
  10.        
  11.         <h2>This is an h2 header</h2>
  12.         <p>...like this text here.</p>
  13.     </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement