Advertisement
wclendining

HTML-plus-header-plus-content

Mar 12th, 2015
376
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 lang="en">
  3.    <head>
  4.    </head>
  5. <body>
  6.    <header>
  7.       <h1>This is my site</h1>
  8.    </header>
  9.    <article>
  10.       <h1>Integer bibendum pharetra</h1>
  11.       <p>Nullam tempus nisi turpis, sit amet volutpat dui varius ac.</p>
  12.    </article>
  13. </body>
  14. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement