basic xhtml page


/ Published in: XHTML
Save to your folder(s)

by Chris Coyier


Copy this code and paste it in your HTML
  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.  
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
  5.  
  6. <title>PAGE TITLE HERE</title>
  7.  
  8. <link rel="stylesheet" type="text/css" href="style.css" />
  9. </head>
  10.  
  11.  
  12. <div id="page-wrap">
  13.  
  14. </div>
  15.  
  16. <!-- Put Google Analytics Code Here -->
  17.  
  18. </body>
  19.  
  20. </html>

URL: http://tutorialblog.org/designers-toolbox-blank-css-template/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.