Advertisement
wclendining

HTML-pre5

Mar 13th, 2015
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.49 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml">
  3.    <head>
  4.    </head>
  5. <body>
  6.    <div id="header">
  7.       <h1>This is my site</h1>
  8.    </div>
  9.    <div id="content">
  10.       <h1>Integer bibendum pharetra</h1>
  11.       <p>Nullam tempus nisi turpis, sit amet volutpat dui varius ac.</p>
  12.    </div>
  13.    <div id="footer">
  14.       <h2>This is the footer</h2>
  15.    </div>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement